Skip to content

Commit 5dbc69a

Browse files
committed
Release 1.5.0
1 parent f435c48 commit 5dbc69a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# RubySaml Changelog
2+
### 1.5.0 (August 31, 2017)
3+
* [#400](https://github.com/onelogin/ruby-saml/pull/400) When validating Signature use stored IdP certficate if Signature contains no info about Certificate
4+
* [#402](https://github.com/onelogin/ruby-saml/pull/402) Fix validate_response_state method that rejected SAMLResponses when using idp_cert_multi and idp_cert and idp_cert_fingerprint were not provided.
5+
* [#411](https://github.com/onelogin/ruby-saml/pull/411) Allow space in Base64 string
6+
* [#407](https://github.com/onelogin/ruby-saml/issues/407) Improve IdpMetadataParser raising an ArgumentError when parser method receive a metadata string with no IDPSSODescriptor element.
7+
* [#374](https://github.com/onelogin/ruby-saml/issues/374) Support more than one level of StatusCode
8+
* [#405](https://github.com/onelogin/ruby-saml/pull/405) Support ADFS encrypted key (Accept KeyInfo nodes with no ds namespace)
9+
10+
211
### 1.4.3 (May 18, 2017)
312
* Added SubjectConfirmation Recipient validation
413
* [#393](https://github.com/onelogin/ruby-saml/pull/393) Implement IdpMetadataParser#parse_to_hash

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

0 commit comments

Comments
 (0)