Skip to content

Commit eb1fdf2

Browse files
committed
rollback version bump and update changelog
1 parent 05f7c0a commit eb1fdf2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2323
* Fixed
2424
* [#768](https://github.com/binarylogic/authlogic/issues/768) - Fixed
2525
compatibility issues with Rails 7.1
26+
* [#769](https://github.com/binarylogic/authlogic/issues/769) - Fixed GH workflow
2627

2728
## 6.4.2 (2021-12-21)
2829

lib/authlogic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ module Authlogic
1717
#
1818
# @api public
1919
def self.gem_version
20-
::Gem::Version.new("6.4.3")
20+
::Gem::Version.new("6.4.2")
2121
end
2222
end

0 commit comments

Comments
 (0)