From 3c2d0cd48bdc911efe2b9fe3f3f79a3d74f28393 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 30 Aug 2021 21:19:18 +0000 Subject: [PATCH] Bump version to 4.41.15 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 45aca9cdc..25166ced4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.41.14](https://github.com/inspec/inspec/tree/v4.41.14) (2021-08-30) + +## [v4.41.15](https://github.com/inspec/inspec/tree/v4.41.15) (2021-08-30) #### Merged Pull Requests -- Updated security_policy resource docs [#5633](https://github.com/inspec/inspec/pull/5633) ([Vasu1105](https://github.com/Vasu1105)) +- Added info about the Minitest framework in contributing doc [#5630](https://github.com/inspec/inspec/pull/5630) ([Nik08](https://github.com/Nik08)) ### Changes since 4.41.2 release #### Merged Pull Requests +- Added info about the Minitest framework in contributing doc [#5630](https://github.com/inspec/inspec/pull/5630) ([Nik08](https://github.com/Nik08)) - Updated security_policy resource docs [#5633](https://github.com/inspec/inspec/pull/5633) ([Vasu1105](https://github.com/Vasu1105)) - Replace use of wmic from security_identifier resource as it will be deprecated soon [#5636](https://github.com/inspec/inspec/pull/5636) ([Vasu1105](https://github.com/Vasu1105)) - Updated inspec-aws git url to replace branch to master to main [#5637](https://github.com/inspec/inspec/pull/5637) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 9436128fd..e354cf7c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.41.14 \ No newline at end of file +4.41.15 \ 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 642ec97f0..06f29ce68 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.41.14".freeze + VERSION = "4.41.15".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index fbbddd1de..4ed536e46 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.41.14".freeze + VERSION = "4.41.15".freeze end