summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-25 15:35:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-25 15:35:53 +0000
commit6569ee9a3477bdb3cdf1232082026ae48ac61ca6 (patch)
treee825aca197e3d6e17d16d458b887521c62ce1cf8
parentc3df9fe4df56d6608233ae1ae6bbe60da4212757 (diff)
downloadmixlib-cli-6569ee9a3477bdb3cdf1232082026ae48ac61ca6.tar.gz
Bump version to 2.1.10 by Chef Expeditorv2.1.10
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9910826..8055991 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.1.9 -->
-## [v2.1.9](https://github.com/chef/mixlib-cli/tree/v2.1.9) (2020-09-16)
+<!-- latest_release 2.1.10 -->
+## [v2.1.10](https://github.com/chef/mixlib-cli/tree/v2.1.10) (2021-06-25)
#### Merged Pull Requests
-- Replaces uses of __FILE__ with __dir__ [#79](https://github.com/chef/mixlib-cli/pull/79) ([tas50](https://github.com/tas50))
+- Upgrade to GitHub-native Dependabot [#80](https://github.com/chef/mixlib-cli/pull/80) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=2.1.8 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Upgrade to GitHub-native Dependabot [#80](https://github.com/chef/mixlib-cli/pull/80) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 2.1.10 -->
- 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 -->
diff --git a/VERSION b/VERSION
index b88e500..41bb57b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.9 \ No newline at end of file
+2.1.10 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 8c36c6b..cac7291 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.9".freeze
+ VERSION = "2.1.10".freeze
end
end