From f48ceb3c1b147f5a9c322c8ce419d7cc2b0cc60d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 20 Nov 2021 07:01:02 +0000 Subject: [PATCH] Bump version to 4.50.7 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 6f82bb705..5c00c24a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.50.6](https://github.com/inspec/inspec/tree/v4.50.6) (2021-11-20) + +## [v4.50.7](https://github.com/inspec/inspec/tree/v4.50.7) (2021-11-20) #### Merged Pull Requests -- Remove the instance_eval and eval_gemfile calls in omnibus [#5733](https://github.com/inspec/inspec/pull/5733) ([tas50](https://github.com/tas50)) +- Fix docs to make property listing in the website docs more useful. [#5677](https://github.com/inspec/inspec/pull/5677) ([Vasu1105](https://github.com/Vasu1105)) ### Changes since 4.50.3 release #### Merged Pull Requests +- Fix docs to make property listing in the website docs more useful. [#5677](https://github.com/inspec/inspec/pull/5677) ([Vasu1105](https://github.com/Vasu1105)) - Remove the instance_eval and eval_gemfile calls in omnibus [#5733](https://github.com/inspec/inspec/pull/5733) ([tas50](https://github.com/tas50)) - Update dsl_inspec.md [#5721](https://github.com/inspec/inspec/pull/5721) ([paulcalabro](https://github.com/paulcalabro)) - Fix typos and improve code highlighting in docs [#5692](https://github.com/inspec/inspec/pull/5692) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 3a0e3ae9a..78f6e4a52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.50.6 \ No newline at end of file +4.50.7 \ 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 a90edba40..8cc1293c3 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.6".freeze + VERSION = "4.50.7".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 01b42d7f4..aa4d2bfbf 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.50.6".freeze + VERSION = "4.50.7".freeze end