From c51ab56ab05fefcb287df56efc67f21e81de948e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 22 Jul 2024 13:57:29 +0000 Subject: [PATCH] Bump version to 6.7.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 6 ++++-- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2331b2345..7cfc7bf85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Change Log - -## Unreleased + +## [v6.7.0](https://github.com/inspec/inspec/tree/v6.7.0) (2024-07-22) #### Merged Pull Requests +- Usage Telemetry v3 [#6012](https://github.com/inspec/inspec/pull/6012) ([clintoncwolfe](https://github.com/clintoncwolfe)) - ci: change license server to point to local licensing server [#7083](https://github.com/inspec/inspec/pull/7083) ([ahasunos](https://github.com/ahasunos)) @@ -38,6 +39,7 @@ ### Changes since 6.6.0 release #### Merged Pull Requests +- Usage Telemetry v3 [#6012](https://github.com/inspec/inspec/pull/6012) ([clintoncwolfe](https://github.com/clintoncwolfe)) - ci: change license server to point to local licensing server [#7083](https://github.com/inspec/inspec/pull/7083) ([ahasunos](https://github.com/ahasunos)) - CHEF-12024 Adds C Shell support to sybase_session resource [#7069](https://github.com/inspec/inspec/pull/7069) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-12172: Incomplete string escaping or encoding [#7078](https://github.com/inspec/inspec/pull/7078) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index 34b297eb7..07a7b03c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.30 \ No newline at end of file +6.7.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 2f2cdef30..0ac696244 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.6.30".freeze + VERSION = "6.7.0".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 1e9774c97..1fa302a5f 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.6.30".freeze + VERSION = "6.7.0".freeze end