Skip to content

Commit fd775ce

Browse files
authored
Bump version to 2.12.0 (#1106)
1 parent 1aa665c commit fd775ce

3 files changed

Lines changed: 50 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,54 @@ complete changelog, see the git history for each version via the version links.
55

66
## [Unreleased]
77

8-
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.11.0...main
8+
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.12.0...main
9+
10+
## [2.12.0] - April 17, 2026
11+
12+
Highlights of this release:
13+
14+
* Remove support for Ruby 3.2.9
15+
* Bump ruby 3.3.9 to 3.3.11
16+
* Make ruby 3.3.11 the minimum required version
17+
* Bump ruby 3.4.5 to 3.4.9
18+
* Add ruby 4.0.2
19+
* Remove RoR 7.1.0 support
20+
* Add RoR 8.1.0 support
21+
22+
All changes:
23+
24+
- Bump shoulda-matchers from 5.1.0 to 6.5.0 (#1066)
25+
- Bump nokogiri from 1.18.9 to 1.18.10 (#1067)
26+
- Bump standard from 1.50.0 to 1.51.1 (#1068)
27+
- Bump database_cleaner from 2.0.1 to 2.1.0 (#1069)
28+
- Bump timecop from 0.9.5 to 0.9.10 (#1070)
29+
- Bump github/codeql-action from 3 to 4 (#1072)
30+
- Bump rack from 3.1.16 to 3.1.18 (#1073)
31+
- Bump railties from 7.2.2.2 to 7.2.3 (#1074)
32+
- Bump standard from 1.51.1 to 1.52.0 (#1079)
33+
- Bump actions/checkout from 5 to 6 (#1080)
34+
- Bump addressable from 2.8.7 to 2.8.8 (#1081)
35+
- Bump sqlite3 from 2.7.4 to 2.8.1 (#1082)
36+
- Remove CodeClimate badge (broken) (#1084) Valeria Graffeo
37+
- Replace obsolete unprocessable_entity with unprocessable_content (#1085) Sara Jackson
38+
- Upgrade Ruby and Rails versions (#1088) Fernando Perales
39+
- Bump rack-session from 2.1.1 to 2.1.2 (#1089)
40+
- Bump activesupport from 7.2.3 to 7.2.3.1 (#1090)
41+
- Bump addressable from 2.8.8 to 2.9.0 (#1091)
42+
- Bump bcrypt from 3.1.20 to 3.1.22 (#1092)
43+
- Bump standard from 1.52.0 to 1.54.0 (#1093)
44+
- Bump pry from 0.15.2 to 0.16.0 (#1094)
45+
- Bump shoulda-matchers from 6.5.0 to 7.0.1 (#1095)
46+
- Bump json from 2.16.0 to 2.17.1.2 (#1096)
47+
- Bump nokogiri from 1.18.10 to 1.19.2 (#1099)
48+
- Add missing permissions to GitHub Actions jobs (#1100) Fernando Perales
49+
- Bump rspec-rails from 8.0.2 to 8.0.4 (#1101)
50+
- Bump sqlite3 from 2.8.1 to 2.9.2 (#1104)
51+
- Bump ffi from 1.17.2 to 1.17.4 (#1103)
52+
- Bump timecop from 0.9.10 to 0.9.11 (#1105)
53+
- Bump argon2 from 2.3.2 to 2.3.3 (#1102)
54+
55+
[2.12.0]: https://github.com/thoughtbot/clearance/compare/v2.11.0...v2.12.0
956

1057
## [2.11.0] - September 26, 2025
1158
- Bump actions/checkout from 4 to 5 for tests workflow (#1051)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clearance (2.11.0)
4+
clearance (2.12.0)
55
actionmailer (>= 5.0)
66
activemodel (>= 5.0)
77
activerecord (>= 5.0)

lib/clearance/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Clearance
2-
VERSION = "2.11.0".freeze
2+
VERSION = "2.12.0".freeze
33
end

0 commit comments

Comments
 (0)