diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bcc04d9..707270654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.52.2](https://github.com/inspec/inspec/tree/v4.52.2) (2021-12-06) + +## [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)) @@ -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)) #### 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)) - Oracle session fix when nil in query output [#5717](https://github.com/inspec/inspec/pull/5717) ([Nik08](https://github.com/Nik08)) - 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])) - Stop producing packages for macOS 10.14 [#5716](https://github.com/inspec/inspec/pull/5716) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index c40ffc8f2..f58d10883 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.52.2 \ No newline at end of file +4.52.3 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index e5fec06e6..8114e1a24 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -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 diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index dee6e3234..cc2396225 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.52.2".freeze + VERSION = "4.52.3".freeze end