diff options
| author | mo khan <mo.khan@gmail.com> | 2021-02-04 15:59:50 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2021-02-04 15:59:50 -0700 |
| commit | 335591154f249cb2d975e9e00615f2e93173f98c (patch) | |
| tree | fa132095504a4ca901ff2aa40bf0a34e925b2839 | |
| parent | a07ae8a71e5e2956c99275b840f351ebf6edf256 (diff) | |
feat: prep release v1.2.0v1.2.0
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | Gemfile.lock | 6 | ||||
| -rw-r--r-- | lib/saml/kit/version.rb | 2 |
3 files changed, 8 insertions, 7 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 diff --git a/Gemfile.lock b/Gemfile.lock index 2e36369..4402783 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - saml-kit (1.1.0) + saml-kit (1.2.0) activemodel (~> 5.1) net-hippie (~> 0.1) xml-kit (~> 0.4) @@ -35,11 +35,9 @@ GEM hashdiff (1.0.1) i18n (1.8.8) concurrent-ruby (~> 1.0) - mini_portile2 (2.5.0) minitest (5.14.3) net-hippie (0.3.2) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + nokogiri (1.11.1-x86_64-linux) racc (~> 1.4) parallel (1.20.1) parser (3.0.0.0) diff --git a/lib/saml/kit/version.rb b/lib/saml/kit/version.rb index b1ab486..1fa1732 100644 --- a/lib/saml/kit/version.rb +++ b/lib/saml/kit/version.rb @@ -2,6 +2,6 @@ module Saml module Kit - VERSION = '1.1.0' + VERSION = '1.2.0' end end |
