From 6371e3e709abb6ecb772e4b3f5fcbf95bd93a178 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 24 Nov 2021 03:27:38 +0000 Subject: [PATCH] Bump version to 4.50.12 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248e083fd..de1c6a256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.50.11](https://github.com/inspec/inspec/tree/v4.50.11) (2021-11-24) + +## [v4.50.12](https://github.com/inspec/inspec/tree/v4.50.12) (2021-11-24) #### Merged Pull Requests -- Bump test-kitchen from 3.1.0 to 3.2.0 in /omnibus [#5737](https://github.com/inspec/inspec/pull/5737) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Fixes some minor docs formatting problems [#5739](https://github.com/inspec/inspec/pull/5739) ([IanMadd](https://github.com/IanMadd)) ### Changes since 4.50.3 release #### Merged Pull Requests +- Fixes some minor docs formatting problems [#5739](https://github.com/inspec/inspec/pull/5739) ([IanMadd](https://github.com/IanMadd)) - Bump test-kitchen from 3.1.0 to 3.2.0 in /omnibus [#5737](https://github.com/inspec/inspec/pull/5737) ([dependabot[bot]](https://github.com/dependabot[bot])) - Bump omnibus from `37897ad` to `2c309fa` in /omnibus [#5736](https://github.com/inspec/inspec/pull/5736) ([dependabot[bot]](https://github.com/dependabot[bot])) - Bump omnibus-software from `24f508c` to `7501e20` in /omnibus [#5735](https://github.com/inspec/inspec/pull/5735) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index 00e605de8..2042692cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.50.11 \ No newline at end of file +4.50.12 \ 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 b53844e8c..9070311b8 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.50.11".freeze + VERSION = "4.50.12".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index bbc0a4756..4a0828e9f 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.50.11".freeze + VERSION = "4.50.12".freeze end