File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Unreleased
99
10+ * Breaking Changes
11+ * None
12+ * Added
13+ * None
14+ * Fixed
15+ * None
16+
17+ ## 6.4.0 (2020-12-22)
18+
1019* Breaking Changes
1120 * None
1221* Added
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ An unobtrusive ruby authentication library based on ActiveRecord.
1717| Version | Documentation |
1818| ----------- | ------------- |
1919| Unreleased | https://github.com/binarylogic/authlogic/blob/master/README.md |
20- | 6.2 .0 | https://github.com/binarylogic/authlogic/blob/v6.2 .0/README.md |
20+ | 6.4 .0 | https://github.com/binarylogic/authlogic/blob/v6.4 .0/README.md |
2121| 5.2.0 | https://github.com/binarylogic/authlogic/blob/v5.2.0/README.md |
2222| 4.5.0 | https://github.com/binarylogic/authlogic/blob/v4.5.0/README.md |
2323| 3.7.0 | https://github.com/binarylogic/authlogic/blob/v3.7.0/README.md |
@@ -494,7 +494,7 @@ in `authlogic/session/base.rb`.
494494
495495| Version | branch | ruby | activerecord |
496496| ------- | ------------ | -------- | ------------- |
497- | 6.3 | 6-3 -stable | >= 2.4.0 | >= 5.2, < 6.2 |
497+ | 6.4 | 6-4 -stable | >= 2.4.0 | >= 5.2, < 6.2 |
498498| 5.2 | 5-2-stable | >= 2.3.0 | >= 5.2, < 6.1 |
499499| 4.5 | 4-5-stable | >= 2.3.0 | >= 4.2, < 5.3 |
500500| 4.3 | 4-3-stable | >= 2.3.0 | >= 4.2, < 5.3 |
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ module Authlogic
1717 #
1818 # @api public
1919 def self . gem_version
20- ::Gem ::Version . new ( "6.3 .0" )
20+ ::Gem ::Version . new ( "6.4 .0" )
2121 end
2222end
You can’t perform that action at this time.
0 commit comments