We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d31c13 commit 630a156Copy full SHA for 630a156
changelog.md
@@ -1,5 +1,8 @@
1
# RubySaml Changelog
2
3
+### 1.7.2 (Feb 28, 2018)
4
+* [#446](https://github.com/onelogin/ruby-saml/pull/446) Normalize text returned by OneLogin::RubySaml::Utils.element_text
5
+
6
### 1.7.1 (Feb 28, 2018)
7
* [#444](https://github.com/onelogin/ruby-saml/pull/444) Fix audience validation for empty audience restriction
8
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '1.7.1'
+ VERSION = '1.7.2'
end
0 commit comments