Skip to content

Commit 2251a48

Browse files
committed
Merge branch 'release/0.9.2' of https://github.com/Umofomia/ruby-saml
Update Changelog and bump version to 0.9.2
2 parents f5e5a1b + 4727463 commit 2251a48

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# RubySaml Changelog
2+
### 0.9.2 (Apr 1, 2015)
3+
* [#218](https://github.com/onelogin/ruby-saml/pull/218) Update README.md
4+
* [#214](https://github.com/onelogin/ruby-saml/pull/214) Cleanup `SamlMessage` class
5+
* [#213](https://github.com/onelogin/ruby-saml/pull/213) Add ability to sign metadata. (Improved)
6+
* [#212](https://github.com/onelogin/ruby-saml/pull/212) Rename library entry point
7+
* [#210](https://github.com/onelogin/ruby-saml/pull/210) Call assert in tests
8+
* [#208](https://github.com/onelogin/ruby-saml/pull/208) Update tests and CI for Ruby 2.2.0
9+
* [#205](https://github.com/onelogin/ruby-saml/pull/205) Allow requirement of single files
10+
* [#204](https://github.com/onelogin/ruby-saml/pull/204) Require ‘net/http’ library
11+
* [#201](https://github.com/onelogin/ruby-saml/pull/201) Freeze and duplicate default security settings hash so that it doesn't get modified.
12+
* [#200](https://github.com/onelogin/ruby-saml/pull/200) Set default SSL certificate store in Ruby 1.8.
13+
* [#199](https://github.com/onelogin/ruby-saml/pull/199) Change Nokogiri's runtime dependency to fix support for Ruby 1.8.7.
14+
* [#179](https://github.com/onelogin/ruby-saml/pull/179) Add support for setting the entity ID and name ID format when parsing metadata
15+
* [#175](https://github.com/onelogin/ruby-saml/pull/175) Introduce thread safety to SAML schema validation
16+
* [#171](https://github.com/onelogin/ruby-saml/pull/171) Fix inconsistent results with using regex matches in decode_raw_saml
17+
218
### 0.9.1 (Feb 10, 2015)
319
* [#194](https://github.com/onelogin/ruby-saml/pull/194) Relax nokogiri gem requirements
420
* [#191](https://github.com/onelogin/ruby-saml/pull/191) Use Minitest instead of Test::Unit

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 = '0.9.1'
3+
VERSION = '0.9.2'
44
end
55
end

0 commit comments

Comments
 (0)