diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a9c0e49..45aca9cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.41.13](https://github.com/inspec/inspec/tree/v4.41.13) (2021-08-30) + +## [v4.41.14](https://github.com/inspec/inspec/tree/v4.41.14) (2021-08-30) #### Merged Pull Requests -- 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 security_policy resource docs [#5633](https://github.com/inspec/inspec/pull/5633) ([Vasu1105](https://github.com/Vasu1105)) ### Changes since 4.41.2 release #### Merged Pull Requests +- 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)) - Fedora runtime support documented [#5628](https://github.com/inspec/inspec/pull/5628) ([Nik08](https://github.com/Nik08)) diff --git a/VERSION b/VERSION index f4765f34f..9436128fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.41.13 \ No newline at end of file +4.41.14 \ 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 7dfcd19b0..642ec97f0 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.13".freeze + VERSION = "4.41.14".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 40d8c2931..fbbddd1de 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.41.13".freeze + VERSION = "4.41.14".freeze end