Commit 67cc783

mo khan <mo@mokhan.ca>
2022-05-13 20:56:22
docs: bump changelog tag: v0.5.3
1 parent f51039a
Changed files (3)
lib/scim/kit/version.rb
@@ -2,6 +2,6 @@
 
 module Scim
   module Kit
-    VERSION = '0.5.2'
+    VERSION = '0.5.3'
   end
 end
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
 
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)