Skip to content

Commit

Permalink
Bump version to 4.37.23 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 May 31, 2021
1 parent 2812f18 commit 99116a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: https://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.37.22 -->
## [v4.37.22](https://github.com/inspec/inspec/tree/v4.37.22) (2021-05-31)
<!-- latest_release 4.37.23 -->
## [v4.37.23](https://github.com/inspec/inspec/tree/v4.37.23) (2021-05-31)

#### Merged Pull Requests
- Removed support for compliance and a1 server from InSpec compliance [#5534](https://github.com/inspec/inspec/pull/5534) ([Nik08](https://github.com/Nik08))
- Add Ubuntu to list of FIPS platforms [#5533](https://github.com/inspec/inspec/pull/5533) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->

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

#### Merged Pull Requests
- Add Ubuntu to list of FIPS platforms [#5533](https://github.com/inspec/inspec/pull/5533) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.23 -->
- Removed support for compliance and a1 server from InSpec compliance [#5534](https://github.com/inspec/inspec/pull/5534) ([Nik08](https://github.com/Nik08)) <!-- 4.37.22 -->
- Update inspec init plugin [#5536](https://github.com/inspec/inspec/pull/5536) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.37.21 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.37.22
4.37.23
2 changes: 1 addition & 1 deletion inspec-bin/lib/inspec-bin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.37.22".freeze
VERSION = "4.37.23".freeze
end
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inspec
VERSION = "4.37.22".freeze
VERSION = "4.37.23".freeze
end

0 comments on commit 99116a1

Please sign in to comment.