diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d5fed6..435e3630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.5.1 (2022-06-19) + +* Fix syntax for creating `citext` PG extension in Sequel base migration (@Empact) + ## 1.5.0 (2022-06-11) * Remove `content_for` calls from generated view templates (@janko) diff --git a/lib/rodauth/rails/version.rb b/lib/rodauth/rails/version.rb index 895d9813..4871c5e5 100644 --- a/lib/rodauth/rails/version.rb +++ b/lib/rodauth/rails/version.rb @@ -1,5 +1,5 @@ module Rodauth module Rails - VERSION = "1.5.0" + VERSION = "1.5.1" end end