diff --git a/CHANGELOG.md b/CHANGELOG.md index d649e71..2754bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.2.18 - 2020-06-05 ### Tests - Stub `ConfigFileOptions#config_file_exists?` to return `false` in tests diff --git a/Gemfile.lock b/Gemfile.lock index 1589b6f..1414659 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - fcom (0.2.17) + fcom (0.2.18) activesupport (~> 6.0) colorize (~> 0.8) memoist (~> 0.16) diff --git a/lib/fcom/version.rb b/lib/fcom/version.rb index 2b6dfa1..ed03e0a 100644 --- a/lib/fcom/version.rb +++ b/lib/fcom/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Fcom - VERSION = '0.2.17' + VERSION = '0.2.18' end