Skip to content

Releases: thoughtbot/clearance

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
v2.10.0
7ee5a24

Choose a tag to compare

What's Changed

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

v2.9.3

26 Nov 16:46
v2.9.3
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
v2.9.1
704ba2a

Choose a tag to compare

What's Changed

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

v2.9.0

29 Oct 14:26
v2.9.0

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
v2.8.0

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
v2.7.2

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
v2.7.1

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) 🎉

v2.7.0

19 Apr 13:51
v2.7.0

Choose a tag to compare

2.7.0 - April 19, 2024

Added

  • Call dynamic README workflow (#1004)
  • Add configuration options for failure method redirects (#1002) Dan Sharp

Fixed

  • Update specs to match on translations (#1015)

Removed

  • Drop Ruby 2.76 and Rails 6.0 (#1005)

Thank you to our community contributor Dan Sharp (@drsharp)!