File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# RubySaml Changelog
22
3+ ### 1.1.2 (February 15, 2015)
4+ * Improve signature validation. Add tests.
5+ [ #302 ] ( https://github.com/onelogin/ruby-saml/pull/302 ) Add Destination validation.
6+ * [ #292 ] ( https://github.com/onelogin/ruby-saml/pull/292 ) Improve the error message when validating the audience.
7+ * [ #287 ] ( https://github.com/onelogin/ruby-saml/pull/287 ) Keep the extracted certificate when parsing IdP metadata.
8+
9+ ### 1.1.1 (November 10, 2015)
10+ * [ #275 ] ( https://github.com/onelogin/ruby-saml/pull/275 ) Fix a bug on signature validations that invalidates valid SAML messages.
11+
312### 1.1.0 (October 27, 2015)
413* [ #273 ] ( https://github.com/onelogin/ruby-saml/pull/273 ) Support SAMLResponse without ds: x509certificate
514* [ #270 ] ( https://github.com/onelogin/ruby-saml/pull/270 ) Allow SAML elements to come from any namespace (at decryption process)
Original file line number Diff line number Diff line change 11module OneLogin
22 module RubySaml
3- VERSION = '1.1.1 '
3+ VERSION = '1.1.2 '
44 end
55end
You can’t perform that action at this time.
0 commit comments