Skip to content

Commit

Permalink
Release 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Feb 22, 2021
1 parent a5d4b15 commit 3c91d10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

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

## 6.4.1 (2021-02-22)

* Breaking Changes
* None
* Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An unobtrusive ruby authentication library based on ActiveRecord.
| Version | Documentation |
| ----------- | ------------- |
| Unreleased | https://github.com/binarylogic/authlogic/blob/master/README.md |
| 6.4.0 | https://github.com/binarylogic/authlogic/blob/v6.4.0/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 |
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.0")
::Gem::Version.new("6.4.1")
end
end

0 comments on commit 3c91d10

Please sign in to comment.