Skip to content

Commit

Permalink
Bump to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Jul 21, 2022
1 parent a4a8348 commit 31d16fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## HEAD
## 1.5.4 (2022-07-21)

* Generate account fixtures in `spec/fixtures` directory when using RSpec (@benkoshy)

* Generate account fixtures in `test/fixtures` directory instead of `app/test/fixtures` (@benkoshy)

* Use string status column values in generated accounts fixture (@janko)

* Create integer status column in generated Sequel migration (@janko)

* Store password hash in a column on accounts table in generated Sequel migration (@janko)
* Store password hash in accounts table in generated Sequel migration (@janko)

## 1.5.3 (2022-07-21)

*Yanked*

## 1.5.2 (2022-07-03)

Expand Down
2 changes: 1 addition & 1 deletion lib/rodauth/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rodauth
module Rails
VERSION = "1.5.2"
VERSION = "1.5.4"
end
end

0 comments on commit 31d16fe

Please sign in to comment.