diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e17ccad..614a0ebf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v6.4.7](https://github.com/inspec/inspec-prime/tree/v6.4.7) (2023-05-12) + +## [v6.4.8](https://github.com/inspec/inspec-prime/tree/v6.4.8) (2023-05-18) #### Merged Pull Requests -- CHEF-3105 Fix windows openssl issue [#37](https://github.com/inspec/inspec-prime/pull/37) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Foreport - Clarify key_rsa docs regarding SSH keys (#6507) [#45](https://github.com/inspec/inspec-prime/pull/45) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Foreport - Clarify key_rsa docs regarding SSH keys (#6507) [#45](https://github.com/inspec/inspec-prime/pull/45) ([clintoncwolfe](https://github.com/clintoncwolfe)) - CHEF-3105 Fix windows openssl issue [#37](https://github.com/inspec/inspec-prime/pull/37) ([clintoncwolfe](https://github.com/clintoncwolfe)) - CHEF-2743: Set chef executable name to display in help messages of chef-licensing [#34](https://github.com/inspec/inspec-prime/pull/34) ([ahasunos](https://github.com/ahasunos)) - CHEF-2994: Add license command to list of allowed commands [#35](https://github.com/inspec/inspec-prime/pull/35) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index d4563d9c5..27c329b1f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.7 \ No newline at end of file +6.4.8 \ 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 233e77bdc..21083b1fd 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.7".freeze + VERSION = "6.4.8".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 0f0e48491..190cb568b 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.4.7".freeze + VERSION = "6.4.8".freeze end