summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-02 00:02:06 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-02 00:02:06 +0000
commit2fb4b76c749da66ec3d9adedf6a305fbc2cced97 (patch)
tree227b5faa7ba6f3ec1843b56f493ec7ca635d4a67
parent84e1974349e9a65adb5d2f28af39b6e4a5a39fd8 (diff)
downloadmixlib-cli-2fb4b76c749da66ec3d9adedf6a305fbc2cced97.tar.gz
Bump version to 1.7.5 by Chef Expeditorv1.7.5
-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 102221d..2d676d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 1.7.4 -->
-## [v1.7.4](https://github.com/chef/mixlib-cli/tree/v1.7.4) (2018-07-31)
+<!-- latest_release 1.7.5 -->
+## [v1.7.5](https://github.com/chef/mixlib-cli/tree/v1.7.5) (2018-08-02)
#### Merged Pull Requests
-- More testing / release boilerplate [#46](https://github.com/chef/mixlib-cli/pull/46) ([tas50](https://github.com/tas50))
+- Update codeowners and add github PR template [#47](https://github.com/chef/mixlib-cli/pull/47) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=1.7.0 -->
### Changes since 1.7.0 release
#### Merged Pull Requests
+- Update codeowners and add github PR template [#47](https://github.com/chef/mixlib-cli/pull/47) ([tas50](https://github.com/tas50)) <!-- 1.7.5 -->
- More testing / release boilerplate [#46](https://github.com/chef/mixlib-cli/pull/46) ([tas50](https://github.com/tas50)) <!-- 1.7.4 -->
- Update testing and contributing boilerplate [#45](https://github.com/chef/mixlib-cli/pull/45) ([tas50](https://github.com/tas50)) <!-- 1.7.3 -->
- Remove require rubygems [#44](https://github.com/chef/mixlib-cli/pull/44) ([tas50](https://github.com/tas50)) <!-- 1.7.2 -->
diff --git a/VERSION b/VERSION
index 3511591..5849151 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.4 \ No newline at end of file
+1.7.5 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index c5df24c..fe6622b 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "1.7.4".freeze
+ VERSION = "1.7.5".freeze
end
end