mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.50.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
b3b470548c
commit
f32b8f7983
4 changed files with 10 additions and 7 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.49.2 -->
|
||||
## [v4.49.2](https://github.com/inspec/inspec/tree/v4.49.2) (2021-11-13)
|
||||
<!-- latest_release 4.50.0 -->
|
||||
## [v4.50.0](https://github.com/inspec/inspec/tree/v4.50.0) (2021-11-16)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Move cookstyle dep from inspec gemspec to inspec-core, add rake [#5722](https://github.com/inspec/inspec/pull/5722) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### New Features
|
||||
- Add Windows support for http resource. [#5697](https://github.com/inspec/inspec/pull/5697) ([Vasu1105](https://github.com/Vasu1105))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.49.0 -->
|
||||
### Changes since 4.49.0 release
|
||||
|
||||
#### New Features
|
||||
- Add Windows support for http resource. [#5697](https://github.com/inspec/inspec/pull/5697) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.50.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Move cookstyle dep from inspec gemspec to inspec-core, add rake [#5722](https://github.com/inspec/inspec/pull/5722) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.49.2 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.49.2
|
||||
4.50.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.49.2".freeze
|
||||
VERSION = "4.50.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.49.2".freeze
|
||||
VERSION = "4.50.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue