Skip to content

Commit 55359e2

Browse files
committed
Release 1.3.1
1 parent 3a6ad31 commit 55359e2

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.3.1 (July 10, 2016)
4+
* Fix response_test.rb of gem 1.3.0
5+
* Add reference to Security Guidelines
6+
* Update License
7+
* [#334](https://github.com/onelogin/ruby-saml/pull/334) Keep API backward-compatibility on IdpMetadataParser fingerprint method.
8+
39
### 1.3.0 (June 24, 2016)
410
* [Security Fix](https://github.com/onelogin/ruby-saml/commit/a571f52171e6bfd87db59822d1d9e8c38fb3b995) Add extra validations to prevent Signature wrapping attacks
511
* Fix XMLSecurity SHA256 and SHA512 uris

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

0 commit comments

Comments
 (0)