From 031ec21cce820caa643669490ecadea9eff398a7 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 24 Mar 2023 06:52:35 +0000 Subject: [PATCH] Bump version to 6.3.0 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 1f3e3feab..ac510eec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v6.2.49](https://github.com/inspec/inspec-prime/tree/v6.2.49) (2023-03-23) + +## [v6.3.0](https://github.com/inspec/inspec-prime/tree/v6.3.0) (2023-03-24) #### Merged Pull Requests -- CI - Use License Key and API Key Secrets from Vault [#26](https://github.com/inspec/inspec-prime/pull/26) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Integration of chef licensing with inspec [#12](https://github.com/inspec/inspec-prime/pull/12) ([Nik08](https://github.com/Nik08)) ### Changes since 5.18.14 release #### Merged Pull Requests +- Integration of chef licensing with inspec [#12](https://github.com/inspec/inspec-prime/pull/12) ([Nik08](https://github.com/Nik08)) - CI - Use License Key and API Key Secrets from Vault [#26](https://github.com/inspec/inspec-prime/pull/26) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update Gemfile to add artifactory as source for chef-licensing gem dependency [#25](https://github.com/inspec/inspec-prime/pull/25) ([Vasu1105](https://github.com/Vasu1105)) - testing version bump and pipeline creation [#16](https://github.com/inspec/inspec-prime/pull/16) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) diff --git a/VERSION b/VERSION index 5b17760ca..e7e42a4b5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.49 \ No newline at end of file +6.3.0 \ 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 9d03fd066..56f7abe46 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.2.49".freeze + VERSION = "6.3.0".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6b13d5445..87d15e189 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.2.49".freeze + VERSION = "6.3.0".freeze end