From 1e710768b1b0e8a9d3aedbfad4b41cbda1c8ef10 Mon Sep 17 00:00:00 2001 From: Brian McQuay Date: Wed, 21 Aug 2019 08:39:52 -0600 Subject: [PATCH] bumping version --- CHANGELOG.md | 4 ++++ lib/i18n_country_translations/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a24d6cc..d4db939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.1 + +- Minor updates to pt, sq, and ja translations + ## 1.4.0 - Adding Rails 6 support diff --git a/lib/i18n_country_translations/version.rb b/lib/i18n_country_translations/version.rb index de900c2..c6cf36c 100644 --- a/lib/i18n_country_translations/version.rb +++ b/lib/i18n_country_translations/version.rb @@ -1,3 +1,3 @@ module I18nCountryTranslations - VERSION = "1.4.0" + VERSION = "1.4.1" end