We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f7c0a commit eb1fdf2Copy full SHA for eb1fdf2
2 files changed
CHANGELOG.md
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23
* Fixed
24
* [#768](https://github.com/binarylogic/authlogic/issues/768) - Fixed
25
compatibility issues with Rails 7.1
26
+ * [#769](https://github.com/binarylogic/authlogic/issues/769) - Fixed GH workflow
27
28
## 6.4.2 (2021-12-21)
29
lib/authlogic/version.rb
@@ -17,6 +17,6 @@ module Authlogic
17
#
18
# @api public
19
def self.gem_version
20
- ::Gem::Version.new("6.4.3")
+ ::Gem::Version.new("6.4.2")
21
end
22
0 commit comments