diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..d902aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## [Unreleased] + +## [1.0.5] - 2024-01-17 +- Added ransackable_attributes to Admin::User +- Updated dependencies +- Fixed scaffold with boolean columns +- Updated authentication +- Removed system tests \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index b9ef97b..88f7dad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - administration-zero (1.0.4) + administration-zero (1.0.5) GEM remote: https://rubygems.org/ @@ -10,6 +10,7 @@ GEM PLATFORMS x86_64-darwin-21 + x86_64-darwin-23 DEPENDENCIES administration-zero! diff --git a/lib/administration_zero/version.rb b/lib/administration_zero/version.rb index 1a5b1f3..08a94ac 100644 --- a/lib/administration_zero/version.rb +++ b/lib/administration_zero/version.rb @@ -1,3 +1,3 @@ module AdministrationZero - VERSION = "1.0.4" + VERSION = "1.0.5" end