Skip to content

Commit

Permalink
Release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Sep 8, 2019
1 parent da1ba2f commit 70faed3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Fixed
* None

## 5.0.3 (2019-09-07)

* Breaking Changes
* None
* Added
* None
* Fixed
* [#678](https://github.com/binarylogic/authlogic/pull/678) -
Fix `ActionText` deprecation warning by lazily loading controller adapter

## 5.0.2 (2019-04-21)

* Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ An unobtrusive ruby authentication library based on ActiveRecord.
| Version | Documentation |
| ----------- | ------------- |
| Unreleased | https://github.com/binarylogic/authlogic/blob/master/README.md |
| 5.0.2 | https://github.com/binarylogic/authlogic/blob/v5.0.2/README.md |
| 5.0.3 | https://github.com/binarylogic/authlogic/blob/v5.0.3/README.md |
| 4.4.2 | https://github.com/binarylogic/authlogic/blob/v4.4.2/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 |
Expand Down
2 changes: 1 addition & 1 deletion lib/authlogic/version.rb
Expand Up @@ -17,6 +17,6 @@ module Authlogic
#
# @api public
def self.gem_version
::Gem::Version.new("5.0.2")
::Gem::Version.new("5.0.3")
end
end

0 comments on commit 70faed3

Please sign in to comment.