Skip to content

Commit

Permalink
Release v4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Apr 10, 2024
1 parent bab47e1 commit d5a48b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased
### 4.9.4 - 2024-04-10

* enhancements
* Add support for Ruby 3.3. (no changes needed)
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.3)
devise (4.9.4)
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.3".freeze
VERSION = "4.9.4".freeze
end

0 comments on commit d5a48b4

Please sign in to comment.