Skip to content

Releases: thoughtbot/clearance

v2.12.0

17 Apr 14:10
v2.12.0
fd775ce

Choose a tag to compare

What's Changed

Highlights of this release:

  • Remove support for Ruby 3.2.9
  • Bump ruby 3.3.9 to 3.3.11
  • Make ruby 3.3.11 the minimum required version
  • Bump ruby 3.4.5 to 3.4.9
  • Add ruby 4.0.2
  • Remove RoR 7.1.0 support
  • Add RoR 8.1.0 support

Al changes:

New Contributors

Full Changelog: v2.11.0...v2.12.0

v2.11.0

26 Sep 17:58
22b93a9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.11.0

v2.10.0

28 Mar 20:07
7ee5a24

Choose a tag to compare

What's Changed

Full Changelog: v2.9.3...v2.10.0

v2.9.3

26 Nov 16:46
10cc025

Choose a tag to compare

What's Changed

Full Changelog: v2.9.2...v2.9.3

v2.9.2

14 Nov 18:44

Choose a tag to compare

What's Changed

  • Fix query params being clobbered by Clearance::BackDoor by @fcheung in #1041

New Contributors

Full Changelog: v2.9.1...v2.9.2

Thank you, Frederick Cheung (@fcheung)!

v2.9.1

29 Oct 15:02
704ba2a

Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.9.1

v2.9.0

29 Oct 14:26

Choose a tag to compare

2.9.0 - October 29, 2024

What's Changed

  • Bumped actions/checkout from 2 to 4 by @dependabot in (#1031)
  • Added Rails 7.2 and Ruby 3.3 to testing matrix by @hasghari in (#1032)
    • This also overhauled the dummy test setup
  • Dropped support for Rails 6.1 and Ruby 3.0 (#1036)

Thanks so much to our community contributor Hamed Asghari (@hasghari)! πŸŽ‰

v2.8.0

09 Aug 15:46

Choose a tag to compare

2.8.0 - August 9, 2024

Added

  • Feature: Added allow_password_resets config option (#1019)
  • Added dependabot (#1028)
  • Added a dynamic workflow to update SECURITY.md to match thoughtbot's security template (5a5a625)

Fixed

  • Fixed some deprecation warnings (#1018)

Thanks so much to our community contributors Jos O'shea (@whatnotery) and Karine Vieira (@karinevieira)! πŸŽ‰

v2.7.2

28 Jun 16:18

Choose a tag to compare

2.7.2 - June 28, 2024

Fixed

  • Fix method redefinition and circular require issues (#1027)
  • Fix validating email in strict mode (#976)
  • Update the example config in README.md (#977)

Added

  • Add specs for email validator strict mode (#1001)
  • Create SECURITY.md (#972)

Removed

  • Remove Hound README badge (#1020)

Thanks so much to our community contributors Alex Kholodniak (@kholdrex), Hamed Asghari (@hasghari), James Robey (@foucist), and Manuel Meurer (@manuelmeurer)! πŸŽ‰

v2.7.1

08 May 19:16

Choose a tag to compare

2.7.1 - May 8, 2024

Fixed

  • Updated sqlite3 and erb_lint gems (#1017)

Thank you to our community contributor who provided this fix while attending RailsConf 2024 - Jos O'shea (@whatnotery) πŸŽ‰