diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb4985e..fe078499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ ## unreleased -## 8.0.0 (2024-11-09) +## 8.0.1 (2024-11-10) + +- Update following locales: + - English (en): Add missing key (`password_too_long`) + - Portuguese (pt): Add missing keys (`password_too_long`, `negative_format`, and `zb`) +- Update Gemfile + +## 8.0.0 (2024-11-10) - Update to Rails 8.0.x +- Drop support for Ruby 3.0 and 3.1 ## 7.0.10 (2024-10-28) diff --git a/Gemfile.lock b/Gemfile.lock index 1064e5ae..710a31b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails-i18n (8.0.0) + rails-i18n (8.0.1) i18n (>= 0.7, < 2) railties (>= 8.0.0, < 9) diff --git a/rails-i18n.gemspec b/rails-i18n.gemspec index 78ec0819..957da8ff 100644 --- a/rails-i18n.gemspec +++ b/rails-i18n.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = "rails-i18n" - s.version = "8.0.0" + s.version = "8.0.1" s.authors = ["Rails I18n Group"] s.email = "rails-i18n@googlegroups.com" s.homepage = "https://github.com/svenfuchs/rails-i18n"