From 933d1c5f30cce6297d3b5455f66a79efe19cdc63 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 8 Jun 2023 13:18:29 +0000 Subject: [PATCH] Bump version to 6.4.17 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9948780..0594fe8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v6.4.16](https://github.com/inspec/inspec-prime/tree/v6.4.16) (2023-06-07) + +## [v6.4.17](https://github.com/inspec/inspec-prime/tree/v6.4.17) (2023-06-08) #### Merged Pull Requests -- CHEF-3186: Remove fetching of bearer auth token from vault [#48](https://github.com/inspec/inspec-prime/pull/48) ([ahasunos](https://github.com/ahasunos)) +- CHEF-3403: Default server URL to production value [#50](https://github.com/inspec/inspec-prime/pull/50) ([ahasunos](https://github.com/ahasunos)) ### Changes since 5.18.14 release #### Merged Pull Requests +- CHEF-3403: Default server URL to production value [#50](https://github.com/inspec/inspec-prime/pull/50) ([ahasunos](https://github.com/ahasunos)) - CHEF-3186: Remove fetching of bearer auth token from vault [#48](https://github.com/inspec/inspec-prime/pull/48) ([ahasunos](https://github.com/ahasunos)) - CHEF 83 Revert attestations changes [#47](https://github.com/inspec/inspec-prime/pull/47) ([sathish-progress](https://github.com/sathish-progress)) - Foreports 6489 (CHEF-1458 Multiple values changes in SimpleConfig library) [#28](https://github.com/inspec/inspec-prime/pull/28) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index 2d3811be0..2beb8831d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.16 \ No newline at end of file +6.4.17 \ 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 d5acdec31..054283d9c 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.16".freeze + VERSION = "6.4.17".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index fcb5db3ec..87cd30c59 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.4.16".freeze + VERSION = "6.4.17".freeze end