Skip to content

Commit

Permalink
Bump version to 5.18.7 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 Jun 23, 2022
1 parent 2b8c2ee commit b203ca0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 5.18.6 -->
## [v5.18.6](https://github.com/inspec/inspec/tree/v5.18.6) (2022-06-22)
<!-- latest_release 5.18.7 -->
## [v5.18.7](https://github.com/inspec/inspec/tree/v5.18.7) (2022-06-23)

#### Merged Pull Requests
- Updated plugins doc with send_report functionality [#6144](https://github.com/inspec/inspec/pull/6144) ([Nik08](https://github.com/Nik08))
- Bump octokit from 4.23.0 to 4.25.0 in /omnibus [#6146](https://github.com/inspec/inspec/pull/6146) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->

<!-- release_rollup since=5.17.4 -->
### Changes since 5.17.4 release

#### Merged Pull Requests
- Bump octokit from 4.23.0 to 4.25.0 in /omnibus [#6146](https://github.com/inspec/inspec/pull/6146) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.18.7 -->
- Updated plugins doc with send_report functionality [#6144](https://github.com/inspec/inspec/pull/6144) ([Nik08](https://github.com/Nik08)) <!-- 5.18.6 -->
- add ruby test 3.1 in verify pipeline [#5892](https://github.com/inspec/inspec/pull/5892) ([jayashrig158](https://github.com/jayashrig158)) <!-- 5.18.5 -->
- Add inspec-6 branch as release branch [#6136](https://github.com/inspec/inspec/pull/6136) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.18.4 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.18.6
5.18.7
2 changes: 1 addition & 1 deletion inspec-bin/lib/inspec-bin/version.rb
@@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "5.18.6".freeze
VERSION = "5.18.7".freeze
end
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
@@ -1,3 +1,3 @@
module Inspec
VERSION = "5.18.6".freeze
VERSION = "5.18.7".freeze
end

0 comments on commit b203ca0

Please sign in to comment.