From 0474910f57bcc28c20e5572429883a43f6baadac Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 4 Jun 2019 06:03:36 +0000 Subject: [PATCH] Bump version to 4.4.68 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 8 ++++++-- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f37b02e..1965f8ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Change Log - -## Unreleased + +## [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)) #### Merged Pull Requests +- Replace jsonschema with json-schema [#4172](https://github.com/inspec/inspec/pull/4172) ([miah](https://github.com/miah)) - Creating and Publishing InSpec Team Working Agreement [#4171](https://github.com/inspec/inspec/pull/4171) ([kekaichinose](https://github.com/kekaichinose)) - Minor cleanup on test/helper.rb [#4109](https://github.com/inspec/inspec/pull/4109) ([zenspider](https://github.com/zenspider)) - Remove all leading newlines. [#4152](https://github.com/inspec/inspec/pull/4152) ([miah](https://github.com/miah)) diff --git a/VERSION b/VERSION index 2c1606182..f23987650 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.67 \ No newline at end of file +4.4.68 \ 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 1dbb1aef0..c7cc43bcf 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('../..', __FILE__) - VERSION = '4.4.67'.freeze + VERSION = '4.4.68'.freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 0ee8592aa..936f1c7d4 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = '4.4.67'.freeze + VERSION = '4.4.68'.freeze end