Skip to content

Commit 9b8cfe8

Browse files
committed
Release 6.6.1
1 parent a8fbc77 commit 9b8cfe8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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> |

lib/authlogic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2020
end

0 commit comments

Comments
 (0)