diff --git a/CHANGELOG.md b/CHANGELOG.md index b8622b8c1..8730d6d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.21.34](https://github.com/inspec/inspec/tree/v5.21.34) (2023-02-27) + +## [v5.21.35](https://github.com/inspec/inspec/tree/v5.21.35) (2023-02-27) #### Merged Pull Requests -- CFINSPEC-580 Dependent profiles fix for any scheme of version used in profiles [#6410](https://github.com/inspec/inspec/pull/6410) ([Nik08](https://github.com/Nik08)) +- Formatting fixes for podman docs [#6386](https://github.com/inspec/inspec/pull/6386) ([IanMadd](https://github.com/IanMadd)) ### Changes since 5.21.29 release #### Merged Pull Requests +- Formatting fixes for podman docs [#6386](https://github.com/inspec/inspec/pull/6386) ([IanMadd](https://github.com/IanMadd)) - CFINSPEC-580 Dependent profiles fix for any scheme of version used in profiles [#6410](https://github.com/inspec/inspec/pull/6410) ([Nik08](https://github.com/Nik08)) - CFINSPEC-576 : Fix profile gem dependency loading issue when dependent gem is required inside profile libraries. [#6408](https://github.com/inspec/inspec/pull/6408) ([Vasu1105](https://github.com/Vasu1105)) - Updates Release Process Docs [#6398](https://github.com/inspec/inspec/pull/6398) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index dfad5b549..11e347174 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.21.34 \ No newline at end of file +5.21.35 \ 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 3762b8290..e4f969e79 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.21.34".freeze + VERSION = "5.21.35".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index e62292e05..3982516c4 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.21.34".freeze + VERSION = "5.21.35".freeze end