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