From 4aa1ef81f3a023d3c9e881adc0bd0be05aad3dff Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 30 Jul 2019 23:45:06 +0000 Subject: [PATCH] Bump version to 4.10.3 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4adc01c88..c72cf32e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.10.2](https://github.com/inspec/inspec/tree/v4.10.2) (2019-07-30) + +## [v4.10.3](https://github.com/inspec/inspec/tree/v4.10.3) (2019-07-30) #### Merged Pull Requests -- point badge to master [#4347](https://github.com/inspec/inspec/pull/4347) ([miah](https://github.com/miah)) +- changed legal refs to point to chef.io proper [#4345](https://github.com/inspec/inspec/pull/4345) ([kekaichinose](https://github.com/kekaichinose)) @@ -16,6 +16,7 @@ - Transition the Habitat plugin to use scaffolding [#4320](https://github.com/inspec/inspec/pull/4320) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) #### Merged Pull Requests +- changed legal refs to point to chef.io proper [#4345](https://github.com/inspec/inspec/pull/4345) ([kekaichinose](https://github.com/kekaichinose)) - point badge to master [#4347](https://github.com/inspec/inspec/pull/4347) ([miah](https://github.com/miah)) - Add integration pipelines, and a schedule (it does nothing) [#4346](https://github.com/inspec/inspec/pull/4346) ([miah](https://github.com/miah)) - Apply new UI code to CLI and plugin-manager-cli [#4000](https://github.com/inspec/inspec/pull/4000) ([miah](https://github.com/miah)) diff --git a/VERSION b/VERSION index 6f7e03a00..fc2ad41b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.10.2 \ No newline at end of file +4.10.3 \ 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 fd9024042..2025d3288 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.10.2".freeze + VERSION = "4.10.3".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 06eaa9ef0..58da98532 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.10.2".freeze + VERSION = "4.10.3".freeze end