diff options
| author | mo khan <mo@mokhan.ca> | 2022-05-13 14:56:22 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-05-13 14:56:22 -0600 |
| commit | 67cc7837bd521eb01e6104eb2783759f8131bb6c (patch) | |
| tree | 4f098740f203672c77280685bdfef9a8d2537a16 | |
| parent | f51039a850e0f40d853a0822b05dba3dac05aa7a (diff) | |
docs: bump changelogv0.5.3
| -rw-r--r-- | CHANGELOG.md | 9 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/scim/kit/version.rb | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ee004..74a3a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 0.5.2 +Version 0.5.3 # Changelog All notable changes to this project will be documented in this file. @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3] - 2022-05-13 +### Fixed + +- fix: change `status` attribute to type string in [error schema](https://www.rfc-editor.org/rfc/rfc7644.html#section-3.12) +- fix: remove duplicate `invalidSyntax` +- fix: add mising `invalidFilter` + ## [0.5.2] - 2020-05-20 ### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index 167af42..856a51f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - scim-kit (0.5.2) + scim-kit (0.5.3) activemodel (>= 6.1, < 8.0) net-hippie (~> 1.0) parslet (~> 2.0) diff --git a/lib/scim/kit/version.rb b/lib/scim/kit/version.rb index 21d8ea3..6d16415 100644 --- a/lib/scim/kit/version.rb +++ b/lib/scim/kit/version.rb @@ -2,6 +2,6 @@ module Scim module Kit - VERSION = '0.5.2' + VERSION = '0.5.3' end end |
