diff --git a/CHANGELOG.md b/CHANGELOG.md index 7907f8d..aba3cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# 1.0.1 (May 9, 2023) + +* Updated gemspec to point to the proper home page. + # 1.0.0 (May 12, 2021) * Removed the utf8mb3 validator as it is a bit anachronistic in 2021. diff --git a/lib/active_record/database_validations/version.rb b/lib/active_record/database_validations/version.rb index 406e8e4..9226a80 100644 --- a/lib/active_record/database_validations/version.rb +++ b/lib/active_record/database_validations/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module DatabaseValidations - VERSION = "1.0.0" + VERSION = "1.0.1" end end