diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddf9606f..142066453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,11 @@ # Change Log - -## [v6.4.55](https://github.com/inspec/inspec/tree/v6.4.55) (2023-09-08) + +## [v6.4.56](https://github.com/inspec/inspec/tree/v6.4.56) (2023-09-11) #### Merged Pull Requests -- Add license key error to troubleshooting page [#6609](https://github.com/inspec/inspec/pull/6609) ([IanMadd](https://github.com/IanMadd)) -- Fix liniting in omnibus/Gemfile [#6649](https://github.com/inspec/inspec/pull/6649) ([Vasu1105](https://github.com/Vasu1105)) +- Revert CLI docs page changes [#6650](https://github.com/inspec/inspec/pull/6650) ([IanMadd](https://github.com/IanMadd)) ## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22) @@ -39,6 +38,7 @@ ### Changes since 5.22.13 release #### Merged Pull Requests +- Revert CLI docs page changes [#6650](https://github.com/inspec/inspec/pull/6650) ([IanMadd](https://github.com/IanMadd)) - Add license key error to troubleshooting page [#6609](https://github.com/inspec/inspec/pull/6609) ([IanMadd](https://github.com/IanMadd)) - Fix liniting in omnibus/Gemfile [#6649](https://github.com/inspec/inspec/pull/6649) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-6123 Updated URL for chef licensing global service [#6647](https://github.com/inspec/inspec/pull/6647) ([Nik08](https://github.com/Nik08)) diff --git a/VERSION b/VERSION index 7b3949f16..fd2a19edb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.55 \ No newline at end of file +6.4.56 \ 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 5bd0156c7..2b28e0660 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.4.55".freeze + VERSION = "6.4.56".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 2945b2c90..8a50a8094 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.4.55".freeze + VERSION = "6.4.56".freeze end