From 5cb556d420bc7d203c4933e9ae7e909d16637c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hoste?= Date: Wed, 23 Mar 2022 16:46:28 +0100 Subject: [PATCH] Bump version to 1.30 + CHANGELOG --- CHANGELOG.md | 6 ++++++ translation.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ed7f1..7216315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.30](https://github.com/translation/rails/releases/tag/v1.30) (2022-03-23) + +#### New features: + + * Don't raise an issue for a conflicted `.translation_io` file anymore, but fix it directly. + ## [v1.29](https://github.com/translation/rails/releases/tag/v1.29) (2022-02-01) #### Fixes (bugs & defects): diff --git a/translation.gemspec b/translation.gemspec index cbcdc8e..ae563aa 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.29' + s.version = '1.30' s.authors = ['Michael Hoste', 'Aurelien Malisart'] s.license = "MIT" s.require_paths = ["lib"]