Skip to content

Commit

Permalink
Release 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Dec 21, 2021
1 parent 8acf90c commit 962cb37
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

* Breaking Changes
* None
* Added
* None
* Fixed
* None

## 6.4.2 (2021-12-21)

* Breaking Changes
* None
* Added
* None
* Fixed
* [#743](https://github.com/binarylogic/authlogic/pull/743) - Fixed
deprecation warning in Rails 7 re: `ActiveRecord::Base.default_timezone`
* [#745](https://github.com/binarylogic/authlogic/pull/745) - Fixed more
deprecation warnings in Rails 7

## 6.4.1 (2021-02-22)

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ An unobtrusive ruby authentication library based on ActiveRecord.

## Documentation

| Version | Documentation |
| ----------- | ------------- |
| Unreleased | https://github.com/binarylogic/authlogic/blob/master/README.md |
| 6.4.1 | https://github.com/binarylogic/authlogic/blob/v6.4.1/README.md |
| 5.2.0 | https://github.com/binarylogic/authlogic/blob/v5.2.0/README.md |
| 4.5.0 | https://github.com/binarylogic/authlogic/blob/v4.5.0/README.md |
| 3.7.0 | https://github.com/binarylogic/authlogic/blob/v3.7.0/README.md |
| 2.1.11 | https://github.com/binarylogic/authlogic/blob/v2.1.11/README.rdoc |
| 1.4.3 | https://github.com/binarylogic/authlogic/blob/v1.4.3/README.rdoc |
| Version | Documentation |
|------------|-------------------------------------------------------------------|
| Unreleased | https://github.com/binarylogic/authlogic/blob/master/README.md |
| 6.4.2 | https://github.com/binarylogic/authlogic/blob/v6.4.2/README.md |
| 5.2.0 | https://github.com/binarylogic/authlogic/blob/v5.2.0/README.md |
| 4.5.0 | https://github.com/binarylogic/authlogic/blob/v4.5.0/README.md |
| 3.7.0 | https://github.com/binarylogic/authlogic/blob/v3.7.0/README.md |
| 2.1.11 | https://github.com/binarylogic/authlogic/blob/v2.1.11/README.rdoc |
| 1.4.3 | https://github.com/binarylogic/authlogic/blob/v1.4.3/README.rdoc |

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion lib/authlogic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ module Authlogic
#
# @api public
def self.gem_version
::Gem::Version.new("6.4.1")
::Gem::Version.new("6.4.2")
end
end

0 comments on commit 962cb37

Please sign in to comment.