Release Devise v4.9.0

This commit is contained in:
Carlos Antonio da Silva
2023-02-17 11:14:03 -03:00
parent 44f0fd741f
commit 9344e787e7
3 changed files with 5 additions and 2 deletions

View File

@@ -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+.

View File

@@ -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)

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Devise
VERSION = "4.9.0.alpha".freeze
VERSION = "4.9.0".freeze
end