Bump version to 6.7.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-07-22 13:57:29 +00:00
parent 29242deb7c
commit c51ab56ab0
4 changed files with 7 additions and 5 deletions

View file

@ -1,10 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 6.7.0 -->
## [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))
<!-- latest_release -->
@ -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)) <!-- 6.7.0 -->
- ci: change license server to point to local licensing server [#7083](https://github.com/inspec/inspec/pull/7083) ([ahasunos](https://github.com/ahasunos)) <!-- 6.6.30 -->
- CHEF-12024 Adds C Shell support to sybase_session resource [#7069](https://github.com/inspec/inspec/pull/7069) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.6.30 -->
- CHEF-12172: Incomplete string escaping or encoding [#7078](https://github.com/inspec/inspec/pull/7078) ([ahasunos](https://github.com/ahasunos)) <!-- 6.6.29 -->

View file

@ -1 +1 @@
6.6.30
6.7.0

View file

@ -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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.6.30".freeze
VERSION = "6.7.0".freeze
end