Commit c0ead7f

mo <mo.khan@gmail.com>
2019-06-15 20:59:36
release 0.4.0
1 parent b2f124a
Changed files (2)
lib/scim/kit/version.rb
@@ -2,6 +2,6 @@
 
 module Scim
   module Kit
-    VERSION = '0.3.2'
+    VERSION = '0.4.0'
   end
 end
CHANGELOG.md
@@ -1,4 +1,5 @@
-Version 0.3.2
+Version 0.4.0
+
 # Changelog
 All notable changes to this project will be documented in this file.
 
@@ -6,6 +7,9 @@ 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]
+- nil
+
+## [0.4.0] - 2019-06-15
 - add implementation of SCIM 2.0 filter parser. [RFC-7644](https://tools.ietf.org/html/rfc7644#section-3.4.2.2)
 
 ## [0.3.2] - 2019-02-23
@@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - \_assign does not coerce values by default.
 - errors are merged together instead of overwritten during attribute validation.
 
-[Unreleased]: https://github.com/mokhan/scim-kit/compare/v0.3.2...HEAD
+[Unreleased]: https://github.com/mokhan/scim-kit/compare/v0.4.0...HEAD
+[0.4.0]: https://github.com/mokhan/scim-kit/compare/v0.3.2...v0.4.0
 [0.3.2]: https://github.com/mokhan/scim-kit/compare/v0.3.1...v0.3.2
 [0.3.1]: https://github.com/mokhan/scim-kit/compare/v0.3.0...v0.3.1
 [0.3.0]: https://github.com/mokhan/scim-kit/compare/v0.2.16...v0.3.0