From a2c565ba202d7801c24f0e74d6d3b32d9dccf1c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hoste?= <michael.hoste@gmail.com>
Date: Mon, 10 Jun 2024 13:47:12 +0200
Subject: [PATCH] Bump to version 1.41

---
 CHANGELOG.md        | 6 ++++++
 translation.gemspec | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 712846f..2b7719e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [v1.41](https://github.com/translation/rails/releases/tag/v1.41) (2024-06-10)
+
+#### New features:
+
+ * Ignore YAML keys using RegEx (cf. [#56](https://github.com/translation/rails/pull/56). Thanks @michael-harrison!
+
 ## [v1.40](https://github.com/translation/rails/releases/tag/v1.40) (2024-02-09)
 
 #### Fixes (bugs & defects):
diff --git a/translation.gemspec b/translation.gemspec
index 934045e..4058f2f 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.40'
+  s.version       = '1.41'
   s.authors       = ['Michael Hoste', 'Aurelien Malisart']
   s.license       = "MIT"
   s.require_paths = ["lib"]