Commit 7b70879

mokha <mokha@cisco.com>
2019-02-22 01:42:10
release 0.3.0 tag: v0.3.0
1 parent 3d23d9e
Changed files (2)
lib/scim/kit/version.rb
@@ -2,6 +2,6 @@
 
 module Scim
   module Kit
-    VERSION = '0.2.16'
+    VERSION = '0.3.0'
   end
 end
CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.2.16
+Version 0.3.0
 # Changelog
 All notable changes to this project will be documented in this file.
 
@@ -6,6 +6,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]
+- NA
+
+## [0.3.0] - 2019-02-21
 ### Added
 - add ServiceProviderConfiguration JSON parsing
 - add Schema JSON parsing
@@ -24,7 +27,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.2.16...HEAD
+[Unreleased]: https://github.com/mokhan/scim-kit/compare/v0.3.0...HEAD
+[0.3.0]: https://github.com/mokhan/scim-kit/compare/v0.2.16...v0.3.0
 [0.2.16]: https://github.com/mokhan/scim-kit/compare/v0.2.15...v0.2.16
 [0.2.15]: https://github.com/mokhan/scim-kit/compare/v0.2.14...v0.2.15
 [0.2.14]: https://github.com/mokhan/scim-kit/compare/v0.2.13...v0.2.14