Skip to content

Commit

Permalink
update changelog and bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pelle committed Apr 3, 2012
1 parent 36c0f9c commit 1b834db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
0.4.0
- fix migrations to use expires_at instead of valid_to [pelle]
- add force parameter for forcing token refresh [afeold]
- make it work in rails 2x [Kimtaro]
0.4.0-rc2
- Better OAuth2 support.
- Refactored authorizer into a Authorizer object which is now better tested
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -92,7 +92,7 @@ You need to install the oauth gem (0.4.4) which is the core OAuth ruby library.

Add the plugin to your Gemfile:

gem "oauth-plugin", ">= 0.4.0.pre1"
gem "oauth-plugin", "~> 0.4.0"

And install it:

Expand Down
2 changes: 1 addition & 1 deletion lib/oauth-plugin/version.rb
@@ -1,5 +1,5 @@
module Oauth
module Plugin
VERSION = "0.4.0.rc2"
VERSION = "0.4.0"
end
end

0 comments on commit 1b834db

Please sign in to comment.