Commit b83fa6f
Changed files (2)
lib
saml
kit
lib/saml/kit/version.rb
@@ -2,6 +2,6 @@
module Saml
module Kit
- VERSION = '1.0.29'.freeze
+ VERSION = '1.0.30'.freeze
end
end
CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 1.0.29
+Version 1.0.30
# 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]
+- nil
+
+## [1.0.30] - 2019-04-07
### Changed
- change xml-kit dependency to minimum 0.3.0
- use `encrypt_data_for` instead of `encryption_for`.
@@ -62,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Removed optional SessionNotOnOrAfter attribute from AuthnStatement.
-[Unreleased]: https://github.com/saml-kit/saml-kit/compare/v1.0.29...HEAD
+[Unreleased]: https://github.com/saml-kit/saml-kit/compare/v1.0.30...HEAD
+[1.0.30]: https://github.com/saml-kit/saml-kit/compare/v1.0.29...v1.0.30
[1.0.29]: https://github.com/saml-kit/saml-kit/compare/v1.0.28...v1.0.29
[1.0.28]: https://github.com/saml-kit/saml-kit/compare/v1.0.27...v1.0.28
[1.0.27]: https://github.com/saml-kit/saml-kit/compare/v1.0.26...v1.0.27