Skip to content

Commit 3926e6d

Browse files
Release v4.9.1
1 parent 506eaf4 commit 3926e6d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
4+
5+
### 4.9.1 - 2023-03-31
6+
37
* enhancements
48
* Allow resource class scopes to override the global configuration for `sign_in_after_reset_password` behaviour. [#5429](https://github.com/heartcombo/devise/pull/5429) [@mattr](https://github.com/mattr)
59
* Refactor conditional dirty tracking logic to a centralized module to simplify usage throughout the codebase. [#5575](https://github.com/heartcombo/devise/pull/5575)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
devise (4.9.0)
13+
devise (4.9.1)
1414
bcrypt (~> 3.0)
1515
orm_adapter (~> 0.1)
1616
railties (>= 4.1.0)

lib/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Devise
4-
VERSION = "4.9.0".freeze
4+
VERSION = "4.9.1".freeze
55
end

0 commit comments

Comments
 (0)