File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,24 @@ 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.2 (2021-12-21)
18+
1019* Breaking Changes
1120 * None
1221* Added
1322 * None
1423* Fixed
1524 * [ #743 ] ( https://github.com/binarylogic/authlogic/pull/743 ) - Fixed
1625 deprecation warning in Rails 7 re: ` ActiveRecord::Base.default_timezone `
26+ * [ #745 ] ( https://github.com/binarylogic/authlogic/pull/745 ) - Fixed more
27+ deprecation warnings in Rails 7
1728
1829## 6.4.1 (2021-02-22)
1930
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ An unobtrusive ruby authentication library based on ActiveRecord.
1414
1515## Documentation
1616
17- | Version | Documentation |
18- | ----------- | ------------- |
19- | Unreleased | https://github.com/binarylogic/authlogic/blob/master/README.md |
20- | 6.4.1 | https://github.com/binarylogic/authlogic/blob/v6.4.1 /README.md |
21- | 5.2.0 | https://github.com/binarylogic/authlogic/blob/v5.2.0/README.md |
22- | 4.5.0 | https://github.com/binarylogic/authlogic/blob/v4.5.0/README.md |
23- | 3.7.0 | https://github.com/binarylogic/authlogic/blob/v3.7.0/README.md |
24- | 2.1.11 | https://github.com/binarylogic/authlogic/blob/v2.1.11/README.rdoc |
25- | 1.4.3 | https://github.com/binarylogic/authlogic/blob/v1.4.3/README.rdoc |
17+ | Version | Documentation |
18+ | ------------ | ------------------------------------------------------------------- |
19+ | Unreleased | https://github.com/binarylogic/authlogic/blob/master/README.md |
20+ | 6.4.2 | https://github.com/binarylogic/authlogic/blob/v6.4.2 /README.md |
21+ | 5.2.0 | https://github.com/binarylogic/authlogic/blob/v5.2.0/README.md |
22+ | 4.5.0 | https://github.com/binarylogic/authlogic/blob/v4.5.0/README.md |
23+ | 3.7.0 | https://github.com/binarylogic/authlogic/blob/v3.7.0/README.md |
24+ | 2.1.11 | https://github.com/binarylogic/authlogic/blob/v2.1.11/README.rdoc |
25+ | 1.4.3 | https://github.com/binarylogic/authlogic/blob/v1.4.3/README.rdoc |
2626
2727## Table of Contents
2828
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.1 " )
20+ ::Gem ::Version . new ( "6.4.2 " )
2121 end
2222end
You can’t perform that action at this time.
0 commit comments