diff --git a/CHANGELOG.md b/CHANGELOG.md index d720d7f..e8f1ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,20 @@ # CHANGELOG -### Unreleased - [View Diff](https://github.com/westonganger/rails_i18n_manager/compare/v1.0.1...master) +### Unreleased - [View Diff](https://github.com/westonganger/rails_i18n_manager/compare/v1.0.2...master) +- Nothing yet + +### v1.0.2 - November 7, 2024 - [View Diff](https://github.com/westonganger/rails_i18n_manager/compare/v1.0.1...v1.0.2) - [View commit](https://github.com/westonganger/rails_i18n_manager/commit/ccdeea7cdfb409b61e5d8ef23b03c52fbfd027c0) - Allow `.yaml` files to be uploaded. Previously the upload validation would only allow `.yml`. - [View commit](https://github.com/westonganger/rails_i18n_manager/commit/65558c10ee8337d578b9f627034f3d6e29c2178f) - Drop support for Rails v5.x - [#19](https://github.com/westonganger/rails_i18n_manager/pull/19) - Fix width issue on translation values form and view page -### v1.0.1 - [View Diff](https://github.com/westonganger/rails_i18n_manager/compare/v1.0.0...v1.0.1) +### v1.0.1 - October 17, 2023 - [View Diff](https://github.com/westonganger/rails_i18n_manager/compare/v1.0.0...v1.0.1) - [#14](https://github.com/westonganger/rails_i18n_manager/pull/14) - Remove usage of Array#intersection to fix errors in Ruby 2.6 and below - [#12](https://github.com/westonganger/rails_i18n_manager/pull/12) - Fix for cleaning old tmp files created from TranslationKey#export_to - [#11](https://github.com/westonganger/rails_i18n_manager/pull/11) - Fix google translate and add specs - [#10](https://github.com/westonganger/rails_i18n_manager/pull/10) - Add missing pagination links to index pages -### v1.0.0 - [View Diff](https://github.com/westonganger/rails_i18n_manager/compare/9c8305c...v1.0.0) +### v1.0.0 - August 3, 2023 - [View Diff](https://github.com/westonganger/rails_i18n_manager/compare/9c8305c...v1.0.0) - Release to rubygems ### April 17, 2023 diff --git a/lib/rails_i18n_manager/version.rb b/lib/rails_i18n_manager/version.rb index 967efb3..02e8509 100644 --- a/lib/rails_i18n_manager/version.rb +++ b/lib/rails_i18n_manager/version.rb @@ -1,3 +1,3 @@ module RailsI18nManager - VERSION = '1.0.1' + VERSION = "1.0.2".freeze end