Release v4.9.4

This commit is contained in:
Carlos Antonio da Silva
2024-04-10 09:27:12 -03:00
parent bab47e1c1f
commit d5a48b49dc
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
### Unreleased
### 4.9.4 - 2024-04-10
* enhancements
* Add support for Ruby 3.3. (no changes needed)

View File

@@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
devise (4.9.3)
devise (4.9.4)
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.3".freeze
VERSION = "4.9.4".freeze
end