summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-16 18:25:39 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-16 18:25:39 +0000
commit4f6ae896ec1eaeb9fd61ecc69268b4aed560b7a4 (patch)
tree5e1fe6096c584183c2353211717772c764d5dcce
parentbc0c1d0694ed57c944da957a31a6f6cac01bff39 (diff)
downloadmixlib-cli-4f6ae896ec1eaeb9fd61ecc69268b4aed560b7a4.tar.gz
Bump version to 2.1.9 by Chef Expeditorv2.1.9
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cbf143..9910826 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release -->
+<!-- latest_release 2.1.9 -->
+## [v2.1.9](https://github.com/chef/mixlib-cli/tree/v2.1.9) (2020-09-16)
+
+#### Merged Pull Requests
+- Replaces uses of __FILE__ with __dir__ [#79](https://github.com/chef/mixlib-cli/pull/79) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.1.8 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Replaces uses of __FILE__ with __dir__ [#79](https://github.com/chef/mixlib-cli/pull/79) ([tas50](https://github.com/tas50)) <!-- 2.1.9 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index b370e25..b88e500 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.8 \ No newline at end of file
+2.1.9 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 3d37a52..8c36c6b 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.8".freeze
+ VERSION = "2.1.9".freeze
end
end