We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9244f0 commit 0a7d012Copy full SHA for 0a7d012
changelog.md
@@ -1,5 +1,8 @@
1
# RubySaml Changelog
2
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
+
6
### 1.7.0 (Feb 27, 2018)
7
* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments
8
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '1.7.0'
+ VERSION = '1.7.1'
end
0 commit comments