Skip to content

Commit

Permalink
Bumped version to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Nov 18, 2024
1 parent daade13 commit 90fe26c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Add this line to your application's Gemfile:
# Rails 7.2
gem 'paranoia_uniqueness_validator', '3.6.0'

# Rails 8.0
gem 'paranoia_uniqueness_validator', '3.7.0'

And then execute:

$ bundle
Expand Down
2 changes: 1 addition & 1 deletion lib/paranoia_uniqueness_validator/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ParanoiaUniquenessValidator
VERSION = "3.6.0"
VERSION = "3.7.0"
end

0 comments on commit 90fe26c

Please sign in to comment.