Skip to content

Commit 0a7d012

Browse files
committed
Release 1.7.1
1 parent a9244f0 commit 0a7d012

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# RubySaml Changelog
22

3+
### 1.7.1 (Feb 28, 2018)
4+
* [#444](https://github.com/onelogin/ruby-saml/pull/444) Fix audience validation for empty audience restriction
5+
36
### 1.7.0 (Feb 27, 2018)
47
* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments
58

lib/onelogin/ruby-saml/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '1.7.0'
3+
VERSION = '1.7.1'
44
end
55
end

0 commit comments

Comments
 (0)