Skip to content

Commit 65b875d

Browse files
committed
Release 1.9.0
1 parent 3c8a754 commit 65b875d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# RubySaml Changelog
22

3+
### 1.9.0 (Sept 03, 2018)
4+
* [#458](https://github.com/onelogin/ruby-saml/pull/458) Remove ruby 2.4+ warnings
5+
* Improve JRuby support
6+
* [#465](https://github.com/onelogin/ruby-saml/pull/465) Extend Settings initialization with the new keep_security_attributes parameter
7+
* Fix wrong message when SessionNotOnOrAfter expired
8+
* [#471](https://github.com/onelogin/ruby-saml/pull/471) Allow for `allowed_clock_drift` to be set as a string
9+
310
### 1.8.0 (April 23, 2018)
411
* [#437](https://github.com/onelogin/ruby-saml/issues/437) Creating AuthRequests/LogoutRequests/LogoutResponses with nil RelayState should not send empty RelayState URL param
512
* [#454](https://github.com/onelogin/ruby-saml/pull/454) Added Response available options

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

0 commit comments

Comments
 (0)