Skip to content

Commit d4c8cff

Browse files
committed
Release 1.4.1
1 parent 4a3c62a commit d4c8cff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

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

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+
39
### 1.4.0 (October 13, 2016)
410
* Several security improvements:
511
* Conditions element required and unique.

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.4.0'
3+
VERSION = '1.4.1'
44
end
55
end

0 commit comments

Comments
 (0)