Skip to content

Commit

Permalink
Version bump to 0.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 28, 2018
1 parent 098126c commit dc95925
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.3 [unreleased]
## 0.1.3

- Added support for Rails 4.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ We recommend using this in addition to Devise’s `Lockable` module and [Rack::A

Check out [Hardening Devise](https://github.com/ankane/shorts/blob/master/Hardening-Devise.md) and [Secure Rails](https://github.com/ankane/secure_rails) for more best practices.

Works with Rails 5+
Works with Rails 4.2+

## History

Expand Down
2 changes: 1 addition & 1 deletion lib/auth_trail/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AuthTrail
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit dc95925

Please sign in to comment.