From 134ddfcbb574f035baf0fc853828603168b89c17 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 13 Oct 2021 01:13:30 +0000 Subject: [PATCH] Bump version to 4.47.6 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 3095ffa4e..aed4f8d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.47.5](https://github.com/inspec/inspec/tree/v4.47.5) (2021-10-13) + +## [v4.47.6](https://github.com/inspec/inspec/tree/v4.47.6) (2021-10-13) #### Merged Pull Requests -- Renamed Inspec DSL to Inspec Language [#5694](https://github.com/inspec/inspec/pull/5694) ([dishanktiwari2501](https://github.com/dishanktiwari2501)) +- Fix google_container_node_pool.md [#5696](https://github.com/inspec/inspec/pull/5696) ([pradeepbhadani](https://github.com/pradeepbhadani)) @@ -14,6 +14,7 @@ - Add support for Cassandra DB [#5683](https://github.com/inspec/inspec/pull/5683) ([Nik08](https://github.com/Nik08)) #### Merged Pull Requests +- Fix google_container_node_pool.md [#5696](https://github.com/inspec/inspec/pull/5696) ([pradeepbhadani](https://github.com/pradeepbhadani)) - Renamed Inspec DSL to Inspec Language [#5694](https://github.com/inspec/inspec/pull/5694) ([dishanktiwari2501](https://github.com/dishanktiwari2501)) - Group & User Resources - Resolve name case-sensitivity issue for windows [#5667](https://github.com/inspec/inspec/pull/5667) ([Nik08](https://github.com/Nik08)) - Update GCS Storage class list [#5676](https://github.com/inspec/inspec/pull/5676) ([pradeepbhadani](https://github.com/pradeepbhadani)) diff --git a/VERSION b/VERSION index 9c63b8e5b..5387cb3f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.47.5 \ No newline at end of file +4.47.6 \ 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 b716d1aab..0c2159011 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.47.5".freeze + VERSION = "4.47.6".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index d63def3c4..3c4540ac7 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.47.5".freeze + VERSION = "4.47.6".freeze end