summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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