mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 4.40.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
48c5e22fc0
commit
b8c75ea967
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.39.0 -->
|
||||
## [v4.39.0](https://github.com/inspec/inspec/tree/v4.39.0) (2021-07-28)
|
||||
<!-- latest_release 4.40.0 -->
|
||||
## [v4.40.0](https://github.com/inspec/inspec/tree/v4.40.0) (2021-07-28)
|
||||
|
||||
#### New Features
|
||||
- Add support for OPA: add resource opa_cli and opa_api [#5592](https://github.com/inspec/inspec/pull/5592) ([Vasu1105](https://github.com/Vasu1105))
|
||||
#### Merged Pull Requests
|
||||
- Add mongodb_session resource and docs. [#5572](https://github.com/inspec/inspec/pull/5572) ([Vasu1105](https://github.com/Vasu1105))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.38.9 -->
|
||||
### Changes since 4.38.9 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add mongodb_session resource and docs. [#5572](https://github.com/inspec/inspec/pull/5572) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.40.0 -->
|
||||
|
||||
#### New Features
|
||||
- Add support for OPA: add resource opa_cli and opa_api [#5592](https://github.com/inspec/inspec/pull/5592) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.39.0 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.39.0
|
||||
4.40.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.39.0".freeze
|
||||
VERSION = "4.40.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.39.0".freeze
|
||||
VERSION = "4.40.0".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue