Skip to content

Commit 2f95ee7

Browse files
committed
Prepare release 1.12.1
1 parent 455c2f5 commit 2f95ee7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RubySaml Changelog
22

3+
### 1.12.1 (Apr 05, 2022)
4+
* Fix XPath typo incompatible with Rexml 3.2.5
5+
* Refactor GCM support
6+
37
### 1.12.0 (Feb 18, 2021)
48
* Support AES-128-GCM, AES-192-GCM, and AES-256-GCM encryptions
59
* Parse & return SLO ResponseLocation in IDPMetadataParser & Settings

lib/onelogin/ruby-saml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '1.12.0'
3+
VERSION = '1.12.1'
44
end
55
end

0 commit comments

Comments
 (0)