Bump version to 4.56.50 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-09-30 11:56:22 +00:00
parent 1069258a27
commit 7f99c5b956
4 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.56.50 -->
## [v4.56.50](https://github.com/inspec/inspec/tree/v4.56.50) (2023-09-30)
#### Merged Pull Requests
- Revert #6688 [#6744](https://github.com/inspec/inspec/pull/6744) ([Vasu1105](https://github.com/Vasu1105))
- Backport 6342 [#6740](https://github.com/inspec/inspec/pull/6740) ([Vasu1105](https://github.com/Vasu1105))
- Add x64-mingw-ucrt platform to omnibus for inspec-4 [#6738](https://github.com/inspec/inspec/pull/6738) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
@ -12,6 +13,7 @@
### Changes since 4.56.20 release
#### Merged Pull Requests
- Revert #6688 [#6744](https://github.com/inspec/inspec/pull/6744) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.56.50 -->
- Backport 6342 [#6740](https://github.com/inspec/inspec/pull/6740) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.56.49 -->
- Add x64-mingw-ucrt platform to omnibus for inspec-4 [#6738](https://github.com/inspec/inspec/pull/6738) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.56.49 -->
- CHEF-6928 Backport 6659, inspec archive no check/ no export by default, to inspec-4 [#6720](https://github.com/inspec/inspec/pull/6720) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.49 -->

View file

@ -1 +1 @@
4.56.49
4.56.50

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.56.49".freeze
VERSION = "4.56.50".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.49".freeze
VERSION = "4.56.50".freeze
end