Skip to content

Commit e434f59

Browse files
author
Artem Brezhnev
committed
Update changelog
1 parent a52e0a5 commit e434f59

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.1.0] - 2023-02-11
9+
10+
### Added
11+
- Add an ability to customize Tenant model (PR #49, @dmyers)
12+
13+
### Fixed
14+
15+
- Change idpKey to uuid in saml2.php (PR #45, @joelpittet)
16+
817
## [2.0.11] - 2022-09-13
918

1019
### Fixed
@@ -129,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
129138
- Replaced underscores with dots in routes
130139
- Minor refactoring, formatting
131140

132-
[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.0.10...HEAD
141+
[Unreleased]: https://github.com/24Slides/laravel-saml2/compare/2.1.0...HEAD
142+
[2.1.0]: https://github.com/24Slides/laravel-saml2/compare/2.0.10...2.1.0
133143
[2.0.10]: https://github.com/24Slides/laravel-saml2/compare/2.0.9...2.0.10
134144
[2.0.9]: https://github.com/24Slides/laravel-saml2/compare/2.0.8...2.0.9
135145
[2.0.8]: https://github.com/24Slides/laravel-saml2/compare/2.0.7...2.0.8

0 commit comments

Comments
 (0)