summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-26 14:49:21 -0600
committermo khan <mo@mokhan.ca>2025-03-26 14:49:21 -0600
commite631d98dd933666ce174274373c7893c531f14d8 (patch)
tree47f185d2b5cd2188970b4f41af99d49770202c4f
parentf6aae8866396383b067ef17c412104addf09e3d2 (diff)
chore: release 1.4.0v1.4.0main
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/saml/kit/version.rb2
3 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9caac9d..4eafefa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 1.3.0
+Version 1.4.0
# Changelog
All notable changes to this project will be documented in this file.
@@ -7,6 +7,8 @@ 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]
+
+## [1.4.0] - 2025-03-26
### Added
- Add support for converting `Assertion` xml to `Saml::Document`
@@ -104,7 +106,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/xlgmokha/saml-kit/compare/v1.3.0...HEAD
+[Unreleased]: https://github.com/xlgmokha/saml-kit/compare/v1.4.0...HEAD
+[1.4.0]: https://github.com/xlgmokha/saml-kit/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/xlgmokha/saml-kit/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/xlgmokha/saml-kit/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/xlgmokha/saml-kit/compare/v1.0.31...v1.1.0
diff --git a/Gemfile.lock b/Gemfile.lock
index 93c7f3b..8b4c588 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- saml-kit (1.3.0)
+ saml-kit (1.4.0)
activemodel (>= 5.1)
base64 (~> 0.1)
cgi (~> 0.1)
diff --git a/lib/saml/kit/version.rb b/lib/saml/kit/version.rb
index 5a59ff1..cbf191d 100644
--- a/lib/saml/kit/version.rb
+++ b/lib/saml/kit/version.rb
@@ -2,6 +2,6 @@
module Saml
module Kit
- VERSION = '1.3.0'
+ VERSION = '1.4.0'
end
end