Bump version to 5.12.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-04-06 22:41:21 +00:00
parent 1c498e7028
commit d72125401e
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 5.11.0 -->
## [v5.11.0](https://github.com/inspec/inspec/tree/v5.11.0) (2022-04-06)
<!-- latest_release 5.12.0 -->
## [v5.12.0](https://github.com/inspec/inspec/tree/v5.12.0) (2022-04-06)
#### Merged Pull Requests
- CFINSPEC-80: Add mail alias resource [#5961](https://github.com/inspec/inspec/pull/5961) ([ahasunos](https://github.com/ahasunos))
- CFINSPEC-83: Add routing table resource [#5972](https://github.com/inspec/inspec/pull/5972) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->
<!-- release_rollup since=5.10.5 -->
### Changes since 5.10.5 release
#### Merged Pull Requests
- CFINSPEC-83: Add routing table resource [#5972](https://github.com/inspec/inspec/pull/5972) ([ahasunos](https://github.com/ahasunos)) <!-- 5.12.0 -->
- CFINSPEC-80: Add mail alias resource [#5961](https://github.com/inspec/inspec/pull/5961) ([ahasunos](https://github.com/ahasunos)) <!-- 5.11.0 -->
- CFINSPEC-94: Enhance user resource [#5959](https://github.com/inspec/inspec/pull/5959) ([ahasunos](https://github.com/ahasunos)) <!-- 5.10.13 -->
- AliCloud Platform Instructions [#5960](https://github.com/inspec/inspec/pull/5960) ([dkumaras](https://github.com/dkumaras)) <!-- 5.10.12 -->

View file

@ -1 +1 @@
5.11.0
5.12.0

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.11.0".freeze
VERSION = "5.12.0".freeze
end