Skip to content

Commit 06e3312

Browse files
committed
Version bump to 0.9.1
1 parent 5351846 commit 06e3312

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ruby SAML [![Build Status](https://secure.travis-ci.org/onelogin/ruby-saml.png)](http://travis-ci.org/onelogin/ruby-saml)
22

3-
## Updating from 0.8.x to 0.9
3+
## Updating from 0.8.x to 0.9.x
44
Version `0.9` adds many new features and improvements. It is a recommended update for all Ruby SAML users. For more details, please review [the changelog](changelog.md)
55

66
## Updating from 0.7.x to 0.8.x
@@ -16,7 +16,7 @@ We created a demo project for Rails4 that uses the latest version of this librar
1616

1717
### Supported versions of Ruby
1818
* 1.8.7
19-
* 1.9.3
19+
* 1.9.x
2020
* 2.1.x
2121
* 2.2 (not yet officially supported)
2222

@@ -35,7 +35,7 @@ Using `Gemfile`
3535

3636
```ruby
3737
# latest stable
38-
gem 'ruby-saml', '~> 0.9'
38+
gem 'ruby-saml', '~> 0.9.1'
3939

4040
# or track master for bleeding-edge
4141
gem 'ruby-saml', :github => 'onelogin/ruby-saml'

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# RubySaml Changelog
2-
### 0.9.1 (Not released yet)
2+
### 0.9.1 (Feb 10, 2015)
3+
* [#194](https://github.com/onelogin/ruby-saml/pull/194) Relax nokogiri gem requirements
34
* [#191](https://github.com/onelogin/ruby-saml/pull/191) Use Minitest instead of Test::Unit
45

56
### 0.9 (Jan 26, 2015)

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

0 commit comments

Comments
 (0)