summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-24 17:50:43 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-24 17:50:43 +0000
commitc840d03377eac0a5131ff8ae9dbd29775124164f (patch)
tree4cffed09eaa6f07b39ede95f8658ec445e257232
parent67e74d3c7e1eb9ee0244f08c63e5caf69907934b (diff)
downloadmixlib-cli-c840d03377eac0a5131ff8ae9dbd29775124164f.tar.gz
Bump version to 1.7.2 by Chef Expeditorv1.7.2
-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 529840f..e3125c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 1.7.1 -->
-## [v1.7.1](https://github.com/chef/mixlib-cli/tree/v1.7.1) (2018-06-26)
+<!-- latest_release 1.7.2 -->
+## [v1.7.2](https://github.com/chef/mixlib-cli/tree/v1.7.2) (2018-07-24)
#### Merged Pull Requests
-- remove hashrockets syntax [#43](https://github.com/chef/mixlib-cli/pull/43) ([lamont-granquist](https://github.com/lamont-granquist))
+- Remove require rubygems [#44](https://github.com/chef/mixlib-cli/pull/44) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=1.7.0 -->
### Changes since 1.7.0 release
#### Merged Pull Requests
+- Remove require rubygems [#44](https://github.com/chef/mixlib-cli/pull/44) ([tas50](https://github.com/tas50)) <!-- 1.7.2 -->
- remove hashrockets syntax [#43](https://github.com/chef/mixlib-cli/pull/43) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 1.7.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 081af9a..0a182f2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.1 \ No newline at end of file
+1.7.2 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 7862b27..174bf41 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "1.7.1"
+ VERSION = "1.7.2"
end
end