We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3c62a commit d4c8cffCopy full SHA for d4c8cff
changelog.md
@@ -1,5 +1,11 @@
1
# RubySaml Changelog
2
3
+### 1.4.1 (October 19, 2016)
4
+* [#357](https://github.com/onelogin/ruby-saml/pull/357) Add EncryptedAttribute support. Improve decrypt method
5
+* Allow multiple authn_context_decl_ref in settings
6
+* Allow options[:settings] to be an hash for Settings overrides in IdpMetadataParser#parse
7
+* Recover issuers method
8
+
9
### 1.4.0 (October 13, 2016)
10
* Several security improvements:
11
* Conditions element required and unique.
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '1.4.0'
+ VERSION = '1.4.1'
end
0 commit comments