From 83d58dddae5aacec451c7766c32ffd1859184c34 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 8 Jun 2022 20:08:01 +0000 Subject: [PATCH] Bump version to 5.17.13 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 5bf872f49..395a94720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.17.12](https://github.com/inspec/inspec/tree/v5.17.12) (2022-06-08) + +## [v5.17.13](https://github.com/inspec/inspec/tree/v5.17.13) (2022-06-08) #### Merged Pull Requests -- CFINSPEC-269 Adds resource_id group 8 [#6107](https://github.com/inspec/inspec/pull/6107) ([Vasu1105](https://github.com/Vasu1105)) +- CFINSPEC-265 Group 4 - Added resource_id in resources [#6109](https://github.com/inspec/inspec/pull/6109) ([Nik08](https://github.com/Nik08)) ### Changes since 5.17.4 release #### Merged Pull Requests +- CFINSPEC-265 Group 4 - Added resource_id in resources [#6109](https://github.com/inspec/inspec/pull/6109) ([Nik08](https://github.com/Nik08)) - CFINSPEC-269 Adds resource_id group 8 [#6107](https://github.com/inspec/inspec/pull/6107) ([Vasu1105](https://github.com/Vasu1105)) - CFINSPEC-268 Adds resource_id group 7 [#6105](https://github.com/inspec/inspec/pull/6105) ([Vasu1105](https://github.com/Vasu1105)) - Fix the key duplication error warning in the mock_loader.rb [#6120](https://github.com/inspec/inspec/pull/6120) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 9ae425319..d72e1fa75 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.17.12 \ No newline at end of file +5.17.13 \ 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 4098fa72d..3b0f1a731 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 = "5.17.12".freeze + VERSION = "5.17.13".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 44cef99ac..115978240 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.17.12".freeze + VERSION = "5.17.13".freeze end