From bf74ea3995beb491fa9f9a4ea86a3f65e8810165 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 10 Jul 2019 19:58:14 +0000 Subject: [PATCH] Bump version to 4.7.6 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 6ab9c6658..9012f7dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.7.5](https://github.com/inspec/inspec/tree/v4.7.5) (2019-07-10) + +## [v4.7.6](https://github.com/inspec/inspec/tree/v4.7.6) (2019-07-10) #### Merged Pull Requests -- omnibus test will now run more than inspec version [#4283](https://github.com/inspec/inspec/pull/4283) ([miah](https://github.com/miah)) +- Put buildkite verify commands into a bash script [#4284](https://github.com/inspec/inspec/pull/4284) ([miah](https://github.com/miah)) ### Changes since 4.7.3 release #### Merged Pull Requests +- Put buildkite verify commands into a bash script [#4284](https://github.com/inspec/inspec/pull/4284) ([miah](https://github.com/miah)) - omnibus test will now run more than inspec version [#4283](https://github.com/inspec/inspec/pull/4283) ([miah](https://github.com/miah)) - use --- and +++ to improve the log view on buildkite [#4281](https://github.com/inspec/inspec/pull/4281) ([miah](https://github.com/miah)) diff --git a/VERSION b/VERSION index 93d7d00ec..81dd1e5cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.7.5 \ No newline at end of file +4.7.6 \ 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 b155f3568..ae2d8e0b4 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.7.5".freeze + VERSION = "4.7.6".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 8a1ecec45..64a0f2d69 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.7.5".freeze + VERSION = "4.7.6".freeze end