Bump version to 4.52.3 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-12-13 06:08:15 +00:00
parent a09690fde6
commit e56de7680c
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 4.52.2 -->
## [v4.52.2](https://github.com/inspec/inspec/tree/v4.52.2) (2021-12-06)
<!-- latest_release 4.52.3 -->
## [v4.52.3](https://github.com/inspec/inspec/tree/v4.52.3) (2021-12-13)
#### Merged Pull Requests
- Oracle session fix when nil in query output [#5717](https://github.com/inspec/inspec/pull/5717) ([Nik08](https://github.com/Nik08))
- Fix docs to make property listing in the website docs more useful. [#5746](https://github.com/inspec/inspec/pull/5746) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
<!-- release_rollup since=4.50.3 -->
@ -18,6 +18,7 @@
- Fix ibmdb2_session resource : Added double quotes around the IBM db2 query [#5742](https://github.com/inspec/inspec/pull/5742) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.50.13 -->
#### Merged Pull Requests
- Fix docs to make property listing in the website docs more useful. [#5746](https://github.com/inspec/inspec/pull/5746) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.52.3 -->
- Oracle session fix when nil in query output [#5717](https://github.com/inspec/inspec/pull/5717) ([Nik08](https://github.com/Nik08)) <!-- 4.52.2 -->
- Bump test-kitchen from 3.2.0 to 3.2.2 in /omnibus [#5755](https://github.com/inspec/inspec/pull/5755) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.52.1 -->
- Stop producing packages for macOS 10.14 [#5716](https://github.com/inspec/inspec/pull/5716) ([tas50](https://github.com/tas50)) <!-- 4.51.1 -->

View file

@ -1 +1 @@
4.52.2
4.52.3

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.52.2".freeze
VERSION = "4.52.3".freeze
end