Skip to content

Commit

Permalink
Release Devise v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 17, 2023
1 parent 44f0fd7 commit 7f419bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Unreleased


### 4.9.0 - 2023-02-17

* enhancements
* Add support for Ruby 3.1/3.2.
* Add support for Hotwire + Turbo, default in Rails 7+.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
devise (4.9.0.alpha)
devise (4.9.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Devise
VERSION = "4.9.0.alpha".freeze
VERSION = "4.9.0".freeze
end

0 comments on commit 7f419bf

Please sign in to comment.