diff --git a/CHANGELOG.md b/CHANGELOG.md index cebcca4ba..912b501c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v6.2.31](https://github.com/inspec/inspec/tree/v6.2.31) (2023-02-27) + +## [v6.2.32](https://github.com/inspec/inspec/tree/v6.2.32) (2023-02-27) #### Merged Pull Requests -- Foreport-6395 [#6444](https://github.com/inspec/inspec/pull/6444) ([ahasunos](https://github.com/ahasunos)) +- Foreport #6367 CFINSPEC-522: Remove rake tasks which are no longer used [#6436](https://github.com/inspec/inspec/pull/6436) ([Vasu1105](https://github.com/Vasu1105)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Foreport #6367 CFINSPEC-522: Remove rake tasks which are no longer used [#6436](https://github.com/inspec/inspec/pull/6436) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6395 [#6444](https://github.com/inspec/inspec/pull/6444) ([ahasunos](https://github.com/ahasunos)) - Foreport-6385 [#6447](https://github.com/inspec/inspec/pull/6447) ([ahasunos](https://github.com/ahasunos)) - Foreport #6377 CFINSPEC-542 Bug fix for profiles with dependent profiles (#6377) [#6435](https://github.com/inspec/inspec/pull/6435) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index bfe7e8e37..cf45baa4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.31 \ No newline at end of file +6.2.32 \ 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 7932fc929..af0aec720 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 = "6.2.31".freeze + VERSION = "6.2.32".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ca12060f4..cfdd99887 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.2.31".freeze + VERSION = "6.2.32".freeze end