Skip to content

Commit

Permalink
Bump version to 1.7.6 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
Chef Expeditor committed Sep 18, 2018
1 parent 2fd71d0 commit e0d0094
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.5
1.7.6
2 changes: 1 addition & 1 deletion lib/mixlib/cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mixlib
module CLI
VERSION = "1.7.5".freeze
VERSION = "1.7.6".freeze
end
end

0 comments on commit e0d0094

Please sign in to comment.