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.1 (2021-02-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.4.0 | https://github.com/binarylogic/authlogic/blob/v6.4.0 /README.md |
20+ | 6.4.1 | https://github.com/binarylogic/authlogic/blob/v6.4.1 /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 |
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.4.0 " )
20+ ::Gem ::Version . new ( "6.4.1 " )
2121 end
2222end
You can’t perform that action at this time.
0 commit comments