summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/scim/kit/version.rb2
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