Skip to content

Commit 630a156

Browse files
committed
Release 1.7.2
1 parent 3d31c13 commit 630a156

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.2 (Feb 28, 2018)
4+
* [#446](https://github.com/onelogin/ruby-saml/pull/446) Normalize text returned by OneLogin::RubySaml::Utils.element_text
5+
36
### 1.7.1 (Feb 28, 2018)
47
* [#444](https://github.com/onelogin/ruby-saml/pull/444) Fix audience validation for empty audience restriction
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.1'
3+
VERSION = '1.7.2'
44
end
55
end

0 commit comments

Comments
 (0)