summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a3d151..cda0c27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 1.1.0
+Version 1.2.0
# Changelog
All notable changes to this project will be documented in this file.
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+
+## [1.2.0] - 2021-02-04
### Changed
- Use [ActiveModel::Errors#add](https://www.rubydoc.info/docs/rails/ActiveModel%2FErrors:add)
- Update minimum activemodel version to `5.1`.
@@ -85,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Removed optional SessionNotOnOrAfter attribute from AuthnStatement.
-[Unreleased]: https://github.com/xlgmokha/saml-kit/compare/v1.1.0...HEAD
+[Unreleased]: https://github.com/xlgmokha/saml-kit/compare/v1.2.0...HEAD
+[1.2.0]: https://github.com/xlgmokha/saml-kit/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/xlgmokha/saml-kit/compare/v1.0.31...v1.1.0
[1.0.31]: https://github.com/xlgmokha/saml-kit/compare/v1.0.30...v1.0.31
[1.0.30]: https://github.com/xlgmokha/saml-kit/compare/v1.0.29...v1.0.30