From 3136a1a93d642cd1875c10b52bd3f844e43ae05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hoste?= Date: Tue, 27 Jun 2023 12:01:15 +0200 Subject: [PATCH] Changelog + bump version to 1.37 --- CHANGELOG.md | 6 ++++++ translation.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d5e4a..7f2545f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.37](https://github.com/translation/rails/releases/tag/v1.37) (2023-06-27) + +#### Fixes (bugs & defects): + + * Prepare compatibility with Ruby 3.3 by bumping GetText dependency + ## [v1.36](https://github.com/translation/rails/releases/tag/v1.36) (2023-05-03) #### Fixes (bugs & defects): diff --git a/translation.gemspec b/translation.gemspec index a1925c0..26718a6 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.36' + s.version = '1.37' s.authors = ['Michael Hoste', 'Aurelien Malisart'] s.license = "MIT" s.require_paths = ["lib"]