From a3534101b11b40f2ec1156d8ffb281ae04b44342 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 30 Sep 2023 14:04:35 +0000 Subject: [PATCH] Bump version to 6.4.69 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 7189f203c..4170e2f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log - -## [v6.4.68](https://github.com/inspec/inspec/tree/v6.4.68) (2023-09-30) + +## [v6.4.69](https://github.com/inspec/inspec/tree/v6.4.69) (2023-09-30) #### Merged Pull Requests -- CHEF-5899: Update latest EULA as used in Windows installers [#6655](https://github.com/inspec/inspec/pull/6655) ([ahasunos](https://github.com/ahasunos)) +- Changed params usage in `inspec archive` to skip evaluation [#6741](https://github.com/inspec/inspec/pull/6741) ([Nik08](https://github.com/Nik08)) ## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22) @@ -38,6 +38,7 @@ ### Changes since 5.22.13 release #### Merged Pull Requests +- Changed params usage in `inspec archive` to skip evaluation [#6741](https://github.com/inspec/inspec/pull/6741) ([Nik08](https://github.com/Nik08)) - CHEF-5899: Update latest EULA as used in Windows installers [#6655](https://github.com/inspec/inspec/pull/6655) ([ahasunos](https://github.com/ahasunos)) - Fix Syntax [#6483](https://github.com/inspec/inspec/pull/6483) ([bryaend](https://github.com/bryaend)) - CHEF-6429: Update omnibus config to use updated signing method for msi packages [#6658](https://github.com/inspec/inspec/pull/6658) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index aebdd7b1c..7866ef805 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.68 \ No newline at end of file +6.4.69 \ 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 02e822f2c..227beec6e 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.68".freeze + VERSION = "6.4.69".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 572d7ae5d..59194fa7b 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.4.68".freeze + VERSION = "6.4.69".freeze end