diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db3ccc..dc766f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.26](https://github.com/translation/rails/releases/tag/v1.26) (2021-07-14) + +#### Fixes (bugs & defects): + + * Fix issue with Ruby 3.0 and release v1.25 (that is now yanked!) + ## [v1.25](https://github.com/translation/rails/releases/tag/v1.25) (2021-07-14) #### Fixes (bugs & defects): diff --git a/translation.gemspec b/translation.gemspec index 84a95f1..36e6950 100644 --- a/translation.gemspec +++ b/translation.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.description = 'Localize your app using either t(".keys") or _("source text") and type "rake translation:sync" to synchronize with your translators on Translation.io.' s.homepage = 'https://translation.io' s.email = 'contact@translation.io' - s.version = '1.25' + s.version = '1.26' s.authors = ['Michael Hoste', 'Aurelien Malisart'] s.license = "MIT" s.require_paths = ["lib"]