Skip to content

Commit

Permalink
Bump version to 0.6.12 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-ci committed Aug 29, 2022
1 parent 9c9b129 commit 4e968f4
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 @@
<!-- usage documentation: http://expeditor.es.chef.io/configuration/changelog/ -->

<!-- latest_release 0.6.11 -->
## [v0.6.11](https://github.com/chef/omnibus-ctl/tree/v0.6.11) (2022-02-28)
<!-- latest_release 0.6.12 -->
## [v0.6.12](https://github.com/chef/omnibus-ctl/tree/v0.6.12) (2022-08-29)

#### Merged Pull Requests
- Use client CLI dist constant when executing chef runs [#86](https://github.com/chef/omnibus-ctl/pull/86) ([ramereth](https://github.com/ramereth))
- update codeowners to include omnibus team &amp; some cleanup [#87](https://github.com/chef/omnibus-ctl/pull/87) ([vkarve-chef](https://github.com/vkarve-chef))
<!-- latest_release -->

<!-- release_rollup since=0.6.10 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- update codeowners to include omnibus team &amp; some cleanup [#87](https://github.com/chef/omnibus-ctl/pull/87) ([vkarve-chef](https://github.com/vkarve-chef)) <!-- 0.6.12 -->
- Use client CLI dist constant when executing chef runs [#86](https://github.com/chef/omnibus-ctl/pull/86) ([ramereth](https://github.com/ramereth)) <!-- 0.6.11 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.11
0.6.12
2 changes: 1 addition & 1 deletion lib/omnibus-ctl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Omnibus
class Ctl
VERSION = "0.6.11".freeze
VERSION = "0.6.12".freeze
end
end

0 comments on commit 4e968f4

Please sign in to comment.