Skip to content

Commit adced51

Browse files
committed
Version bump to 0.9
1 parent dfcbaef commit adced51

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using `Gemfile`
1818

1919
```ruby
2020
# latest stable
21-
gem 'ruby-saml', '~> 0.8.1'
21+
gem 'ruby-saml', '~> 0.9'
2222

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

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# RubySaml Changelog
2+
### 0.9 (Jan 23, 2015)
3+
24

35
### 0.8.0 (Feb 21, 2014)
46
Changed namespace of the gem from `OneLogin::Saml` to `OneLogin::RubySaml`. Please update your implementations of the gem accordingly.

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

0 commit comments

Comments
 (0)