Bump version to 4.18.68 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-01-29 16:03:44 +00:00
parent 126fcc2988
commit 193905a827
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.67 -->
## [v4.18.67](https://github.com/inspec/inspec/tree/v4.18.67) (2020-01-28)
<!-- latest_release 4.18.68 -->
## [v4.18.68](https://github.com/inspec/inspec/tree/v4.18.68) (2020-01-29)
#### New Features
- Use an archive if possible when fetching fails and --airgap is provided [#4806](https://github.com/inspec/inspec/pull/4806) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Merged Pull Requests
- Fix windows plugin functional tests [#4861](https://github.com/inspec/inspec/pull/4861) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.18.51 -->
@ -19,6 +19,7 @@
- upstream is basic_auth_only not basic_auth [#4834](https://github.com/inspec/inspec/pull/4834) ([shawnifoley](https://github.com/shawnifoley)) <!-- 4.18.60 -->
#### Merged Pull Requests
- Fix windows plugin functional tests [#4861](https://github.com/inspec/inspec/pull/4861) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.68 -->
- Fixes all notarization issues [#4835](https://github.com/inspec/inspec/pull/4835) ([jonsmorrow](https://github.com/jonsmorrow)) <!-- 4.18.65 -->
- Refactor some of resources/service.rb [#4849](https://github.com/inspec/inspec/pull/4849) ([zenspider](https://github.com/zenspider)) <!-- 4.18.64 -->
- Windows 7 EOL Docs Update [#4841](https://github.com/inspec/inspec/pull/4841) ([mjingle](https://github.com/mjingle)) <!-- 4.18.62 -->

View file

@ -1 +1 @@
4.18.67
4.18.68

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.18.67".freeze
VERSION = "4.18.68".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.67".freeze
VERSION = "4.18.68".freeze
end