Bump version to 6.8.8 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-08-27 09:25:09 +00:00
parent 1fcbcdae1a
commit 7924290714
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.8.8 -->
## [v6.8.8](https://github.com/inspec/inspec/tree/v6.8.8) (2024-08-27)
#### Merged Pull Requests
- Added fatal message check for postgres_session:query method [#7154](https://github.com/inspec/inspec/pull/7154) ([gokulks97](https://github.com/gokulks97))
- ci: improve hab pipeline for windows [#7153](https://github.com/inspec/inspec/pull/7153) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->
@ -38,6 +39,7 @@
### Changes since 6.8.1 release
#### Merged Pull Requests
- Added fatal message check for postgres_session:query method [#7154](https://github.com/inspec/inspec/pull/7154) ([gokulks97](https://github.com/gokulks97)) <!-- 6.8.8 -->
- ci: improve hab pipeline for windows [#7153](https://github.com/inspec/inspec/pull/7153) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.7 -->
- CHEF-14805 Oracle db session resource fixes [#7136](https://github.com/inspec/inspec/pull/7136) ([Nik08](https://github.com/Nik08)) <!-- 6.8.7 -->
- Update install doc [#7144](https://github.com/inspec/inspec/pull/7144) ([IanMadd](https://github.com/IanMadd)) <!-- 6.8.6 -->

View file

@ -1 +1 @@
6.8.7
6.8.8

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.8.7".freeze
VERSION = "6.8.8".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.8.7".freeze
VERSION = "6.8.8".freeze
end