Skip to content

Commit 6236811

Browse files
committed
Bump version to 2.43.0
1 parent 2c9c07d commit 6236811

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== master
1+
=== 2.43.0 (2026-03-20)
22

33
* Add reset_password_verifies_account feature (manfrin, jeremyevans) (#499)
44

doc/release_notes/2.43.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
= New Features
2+
3+
* A reset_password_verifies_account feature has been added. With this
4+
feature enabled, unverified accounts are allowed to reset their
5+
passwords, and a valid password reset verifies the account, as it
6+
proves ownership of the account's email (just as normal account
7+
verification would).

lib/rodauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Rodauth
66
MAJOR = 2
77

88
# The minor version of Rodauth, updated for new feature releases of Rodauth.
9-
MINOR = 42
9+
MINOR = 43
1010

1111
# The patch version of Rodauth, updated only for bug fixes from the last
1212
# feature release.

0 commit comments

Comments
 (0)