Bump version to 4.4.68 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-06-04 06:03:36 +00:00
parent c40f541a54
commit 0474910f57
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 9 additions and 5 deletions

View file

@ -1,7 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.4.68 -->
## [v4.4.68](https://github.com/inspec/inspec/tree/v4.4.68) (2019-06-04)
#### Merged Pull Requests
- Replace jsonschema with json-schema [#4172](https://github.com/inspec/inspec/pull/4172) ([miah](https://github.com/miah))
#### Bug Fixes
- Fix two misrendering hyperlinks in resource docs [#4173](https://github.com/inspec/inspec/pull/4173) ([clintoncwolfe](https://github.com/clintoncwolfe))
@ -23,6 +26,7 @@
- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.3.5 -->
#### Merged Pull Requests
- Replace jsonschema with json-schema [#4172](https://github.com/inspec/inspec/pull/4172) ([miah](https://github.com/miah)) <!-- 4.4.68 -->
- Creating and Publishing InSpec Team Working Agreement [#4171](https://github.com/inspec/inspec/pull/4171) ([kekaichinose](https://github.com/kekaichinose)) <!-- 4.4.67 -->
- Minor cleanup on test/helper.rb [#4109](https://github.com/inspec/inspec/pull/4109) ([zenspider](https://github.com/zenspider)) <!-- 4.4.66 -->
- Remove all leading newlines. [#4152](https://github.com/inspec/inspec/pull/4152) ([miah](https://github.com/miah)) <!-- 4.4.65 -->

View file

@ -1 +1 @@
4.4.67
4.4.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.4.67'.freeze
VERSION = '4.4.68'.freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = '4.4.67'.freeze
VERSION = '4.4.68'.freeze
end