summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-18 18:52:08 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-18 18:52:08 +0000
commite0d0094f2766a75295886ec634b17176383339fb (patch)
treea72df3f2685ed7a3785d9e0edceec7a49022aec6
parent2fd71d079fab289fee978df836c78181863bb7ac (diff)
downloadmixlib-cli-e0d0094f2766a75295886ec634b17176383339fb.tar.gz
Bump version to 1.7.6 by Chef Expeditorv1.7.6
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 2d676d0..9612a4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 1.7.5 -->
-## [v1.7.5](https://github.com/chef/mixlib-cli/tree/v1.7.5) (2018-08-02)
+<!-- latest_release 1.7.6 -->
+## [v1.7.6](https://github.com/chef/mixlib-cli/tree/v1.7.6) (2018-09-18)
#### Merged Pull Requests
-- Update codeowners and add github PR template [#47](https://github.com/chef/mixlib-cli/pull/47) ([tas50](https://github.com/tas50))
+- Lint the example code [#49](https://github.com/chef/mixlib-cli/pull/49) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=1.7.0 -->
### Changes since 1.7.0 release
#### Merged Pull Requests
+- Lint the example code [#49](https://github.com/chef/mixlib-cli/pull/49) ([tas50](https://github.com/tas50)) <!-- 1.7.6 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 5849151..d263485 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.5 \ No newline at end of file
+1.7.6 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index fe6622b..32f8261 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "1.7.5".freeze
+ VERSION = "1.7.6".freeze
end
end