Commit 18c4571

mokha <mo@mokhan.ca>
2019-04-01 15:22:08
prepare version 0.3.1
1 parent c4a45b2
Changed files (2)
lib/xml/kit/version.rb
@@ -2,6 +2,6 @@
 
 module Xml
   module Kit
-    VERSION = '0.3.0'.freeze
+    VERSION = '0.3.1'.freeze
   end
 end
CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.3.0
+Version 0.3.1
 # Changelog
 All notable changes to this project will be documented in this file.
 
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 ### Changed
+- nil
+
+## [0.3.1] - 2019-04-01
+### Changed
 - provide default symmetric cipher for `EncryptedData` element.
 - use `ENVELOPED_SIG` constant
 
@@ -21,7 +25,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/saml-kit/xml-kit/compare/v0.3.0...HEAD
+[Unreleased]: https://github.com/saml-kit/xml-kit/compare/v0.3.1...HEAD
+[0.3.1]: https://github.com/saml-kit/xml-kit/compare/v0.3.0...v0.3.1
 [0.3.0]: https://github.com/saml-kit/xml-kit/compare/v0.2.0...v0.3.0
 [0.2.0]: https://github.com/saml-kit/xml-kit/compare/v0.1.14...v0.2.0
 [0.1.14]: https://github.com/saml-kit/xml-kit/compare/v0.1.13...v0.1.14