Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
breart committed Nov 26, 2023
1 parent 2bf583e commit e96f4a2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2023-11-26

### Added
- Add a possibility to skip loading default database migrations (PR #76, @abublih)

### Fixed
- Add .gitattributes to ensure that unnecessary files aren't exported when downloading via Composer (PR #75, @owenvoke)

## [2.2.1] - 2023-09-28

### Added
Expand Down Expand Up @@ -148,7 +156,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Replaced underscores with dots in routes
- Minor refactoring, formatting

[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.2.0...HEAD
[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.3.0...HEAD
[2.3.0]: https://github.com/24Slides/laravel-saml2/compare/2.2.1...2.3.0
[2.2.1]: https://github.com/24Slides/laravel-saml2/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/24Slides/laravel-saml2/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/24Slides/laravel-saml2/compare/2.0.10...2.1.0
Expand Down

0 comments on commit e96f4a2

Please sign in to comment.