Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Aug 13, 2014
1 parent c37552f commit 6e95b66
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### 3.3.0 (unreleased)
### Unreleased

* enhancements
* bug fixes

### 3.3.0

* enhancements
* Support multiple warden configuration blocks on devise configuration. (by @rossta)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise (3.2.4)
devise (3.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-3.2-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GIT
PATH
remote: ..
specs:
devise (3.2.4)
devise (3.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.0-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GIT
PATH
remote: ..
specs:
devise (3.2.4)
devise (3.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-head.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GIT
PATH
remote: ..
specs:
devise (3.2.4)
devise (3.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Devise
VERSION = "3.2.4".freeze
VERSION = "3.3.0".freeze
end

0 comments on commit 6e95b66

Please sign in to comment.