Bump version to 5.1.2 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-02-28 00:51:10 +00:00
parent 2844453d38
commit 39e80084df
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 5.1.1 -->
## [v5.1.1](https://github.com/inspec/inspec/tree/v5.1.1) (2022-02-28)
<!-- latest_release 5.1.2 -->
## [v5.1.2](https://github.com/inspec/inspec/tree/v5.1.2) (2022-02-28)
#### Merged Pull Requests
- Delete resource docs from inspec/inspec [#5868](https://github.com/inspec/inspec/pull/5868) ([IanMadd](https://github.com/IanMadd))
- No diff fix [#5884](https://github.com/inspec/inspec/pull/5884) ([wdower](https://github.com/wdower))
<!-- latest_release -->
<!-- release_rollup since=4.52.9 -->
@ -17,6 +17,7 @@
- Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) <!-- 4.53.0 -->
#### Merged Pull Requests
- No diff fix [#5884](https://github.com/inspec/inspec/pull/5884) ([wdower](https://github.com/wdower)) <!-- 5.1.2 -->
- Delete resource docs from inspec/inspec [#5868](https://github.com/inspec/inspec/pull/5868) ([IanMadd](https://github.com/IanMadd)) <!-- 5.1.1 -->
- CFINSPEC-2 Added options to allow winrm SSL connection with certificates [#5793](https://github.com/inspec/inspec/pull/5793) ([Nik08](https://github.com/Nik08)) <!-- 5.1.0 -->
- Descriptions for all the schema attributes [#5790](https://github.com/inspec/inspec/pull/5790) ([Amndeep7](https://github.com/Amndeep7)) <!-- 5.0.6 -->

View file

@ -1 +1 @@
5.1.1
5.1.2

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.1.1".freeze
VERSION = "5.1.2".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.1.1".freeze
VERSION = "5.1.2".freeze
end