Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Jan 17, 2025
1 parent f5e571c commit 65d29c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
administration-zero (1.0.4)
administration-zero (1.0.5)

GEM
remote: https://rubygems.org/
Expand All @@ -10,6 +10,7 @@ GEM

PLATFORMS
x86_64-darwin-21
x86_64-darwin-23

DEPENDENCIES
administration-zero!
Expand Down
2 changes: 1 addition & 1 deletion lib/administration_zero/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AdministrationZero
VERSION = "1.0.4"
VERSION = "1.0.5"
end

0 comments on commit 65d29c9

Please sign in to comment.