summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-26 21:19:58 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-26 21:19:58 +0000
commit5a5d8bebd35f130501040b57e39c22ef86a803c3 (patch)
tree369225e4e7187c99bcde51ec4b8b351140f494d4
parent2bad0ab5c952465c067d7872a591c4da435f3b68 (diff)
downloadmixlib-cli-1.7.1.tar.gz
Bump version to 1.7.1 by Chef Expeditorv1.7.1
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1be1c6e..529840f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release -->
+<!-- latest_release 1.7.1 -->
+## [v1.7.1](https://github.com/chef/mixlib-cli/tree/v1.7.1) (2018-06-26)
+
+#### Merged Pull Requests
+- remove hashrockets syntax [#43](https://github.com/chef/mixlib-cli/pull/43) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=1.7.0 -->
+### Changes since 1.7.0 release
+
+#### Merged Pull Requests
+- remove hashrockets syntax [#43](https://github.com/chef/mixlib-cli/pull/43) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 1.7.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -50,4 +58,4 @@
## 1.2.0
-We no longer destructively manipulate ARGV.
+We no longer destructively manipulate ARGV. \ No newline at end of file
diff --git a/VERSION b/VERSION
index bd8bf88..081af9a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.0
+1.7.1 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 66f4cb5..7862b27 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "1.7.0"
+ VERSION = "1.7.1"
end
end