Skip to content

Commit

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

## 5.0.4 (2019-09-11)

* Breaking Changes
* None
* Added
* None
* Fixed
* [#681](https://github.com/binarylogic/authlogic/pull/681) -
Delete unnecessary `AuthlogicLoadedTooLateError`

## 5.0.3 (2019-09-07)

* Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.3 | https://github.com/binarylogic/authlogic/blob/v5.0.3/README.md |
| 5.0.4 | https://github.com/binarylogic/authlogic/blob/v5.0.4/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
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("5.0.3")
::Gem::Version.new("5.0.4")
end
end

0 comments on commit f380d4a

Please sign in to comment.