Skip to content

Commit c47dc02

Browse files
committed
New version 1.1.2
1 parent 83aceaa commit c47dc02

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,5 +1,14 @@
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)

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

0 commit comments

Comments
 (0)