File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Unreleased
99
10+ ## 6.6.1 (2026-02-09)
11+
12+ - Breaking Changes
13+ - Added
14+ - Fixed
15+ - [ #783 ] ( https://github.com/binarylogic/authlogic/pull/783 ) - Replace deprecated ActiveRecord::Base.connection via with_connection
16+
1017## 6.6.0 (2025-11-14)
1118
1219- Breaking Changes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ An unobtrusive ruby authentication library based on ActiveRecord.
1111| Version | Documentation |
1212| ---------- | ----------------------------------------------------------------- |
1313| Unreleased | < https://github.com/binarylogic/authlogic/blob/master/README.md > |
14- | 6.6.0 | < https://github.com/binarylogic/authlogic/blob/v6.6.0 /README.md > |
14+ | 6.6.1 | < https://github.com/binarylogic/authlogic/blob/v6.6.1 /README.md > |
1515| 6.5.0 | < https://github.com/binarylogic/authlogic/blob/v6.5.0/README.md > |
1616| 6.4.3 | < https://github.com/binarylogic/authlogic/blob/v6.4.3/README.md > |
1717| 5.2.0 | < https://github.com/binarylogic/authlogic/blob/v5.2.0/README.md > |
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ module Authlogic
1515 #
1616 # @api public
1717 def self . gem_version
18- ::Gem ::Version . new ( "6.6.0 " )
18+ ::Gem ::Version . new ( "6.6.1 " )
1919 end
2020end
You can’t perform that action at this time.
0 commit comments