Skip to content

Commit

Permalink
Bump version 7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pama committed Nov 8, 2022
1 parent b44b62a commit a1daea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased
## 7.0.6 (2022-11-08)

- Add option to choose which modules (locales, pluralization, transliteration,
ordinals) are enabled #1019
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails-i18n (7.0.5)
rails-i18n (7.0.6)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)

Expand Down
2 changes: 1 addition & 1 deletion rails-i18n.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rails-i18n"
s.version = '7.0.5'
s.version = '7.0.6'
s.authors = ["Rails I18n Group"]
s.email = "[email protected]"
s.homepage = "https://github.com/svenfuchs/rails-i18n"
Expand Down

0 comments on commit a1daea1

Please sign in to comment.