Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit e96f4a2

Browse files
author
Artem Brezhnev
committed
Update CHANGELOG.md
1 parent 2bf583e commit e96f4a2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.0] - 2023-11-26
9+
10+
### Added
11+
- Add a possibility to skip loading default database migrations (PR #76, @abublih)
12+
13+
### Fixed
14+
- Add .gitattributes to ensure that unnecessary files aren't exported when downloading via Composer (PR #75, @owenvoke)
15+
816
## [2.2.1] - 2023-09-28
917

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

151-
[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.2.0...HEAD
159+
[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.3.0...HEAD
160+
[2.3.0]: https://github.com/24Slides/laravel-saml2/compare/2.2.1...2.3.0
152161
[2.2.1]: https://github.com/24Slides/laravel-saml2/compare/2.2.0...2.2.1
153162
[2.2.0]: https://github.com/24Slides/laravel-saml2/compare/2.1.0...2.2.0
154163
[2.1.0]: https://github.com/24Slides/laravel-saml2/compare/2.0.10...2.1.0

0 commit comments

Comments
 (0)