diff --git a/CHANGELOG.md b/CHANGELOG.md index c737511..f932efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.2] 2024-05-19 + +- Update `countries` gem + ## [1.0.1] 2024-04-25 - Fix `unaccent` gem missing when installing the gem diff --git a/Gemfile.lock b/Gemfile.lock index 7721a3a..da5e909 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - atlasq (1.0.1) + atlasq (1.0.2) tty-pager (~> 0.14.0) unaccent (~> 0.4.0) diff --git a/README.md b/README.md index 0ef4c53..314b895 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ OPTIONS : Display this page -v/--version - : Display the version (1.0.1) + : Display the version (1.0.2) -d/--debug : Display debug output diff --git a/lib/atlasq/version.rb b/lib/atlasq/version.rb index 05125a8..5baa15a 100644 --- a/lib/atlasq/version.rb +++ b/lib/atlasq/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Atlasq - VERSION = "1.0.1" + VERSION = "1.0.2" end