mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.33.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
e673b332a3
commit
e8e437fa44
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.32.1 -->
|
||||
## [v4.32.1](https://github.com/inspec/inspec/tree/v4.32.1) (2021-04-15)
|
||||
<!-- latest_release 4.33.0 -->
|
||||
## [v4.33.0](https://github.com/inspec/inspec/tree/v4.33.0) (2021-04-20)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update postgres_ident_conf.md [#5461](https://github.com/inspec/inspec/pull/5461) ([tobiasbp](https://github.com/tobiasbp))
|
||||
#### New Features
|
||||
- Optionally include controls source code in CLI reporter [#5465](https://github.com/inspec/inspec/pull/5465) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.32.0 -->
|
||||
### Changes since 4.32.0 release
|
||||
|
||||
#### New Features
|
||||
- Optionally include controls source code in CLI reporter [#5465](https://github.com/inspec/inspec/pull/5465) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.33.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update postgres_ident_conf.md [#5461](https://github.com/inspec/inspec/pull/5461) ([tobiasbp](https://github.com/tobiasbp)) <!-- 4.32.1 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.32.1
|
||||
4.33.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.32.1".freeze
|
||||
VERSION = "4.33.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.32.1".freeze
|
||||
VERSION = "4.33.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue