From 95ed2696e98181133cc586797d90e1ff777f79a4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 16 Jul 2019 04:22:15 +0000 Subject: [PATCH] Bump version to 4.7.11 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 4ec1137ff..ba94632d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.7.10](https://github.com/inspec/inspec/tree/v4.7.10) (2019-07-16) + +## [v4.7.11](https://github.com/inspec/inspec/tree/v4.7.11) (2019-07-16) #### Merged Pull Requests -- This should get buildkite green for now. [#4304](https://github.com/inspec/inspec/pull/4304) ([zenspider](https://github.com/zenspider)) +- Typo in class name (obvious fix) [#4302](https://github.com/inspec/inspec/pull/4302) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) ### Changes since 4.7.3 release #### Merged Pull Requests +- Typo in class name (obvious fix) [#4302](https://github.com/inspec/inspec/pull/4302) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) - This should get buildkite green for now. [#4304](https://github.com/inspec/inspec/pull/4304) ([zenspider](https://github.com/zenspider)) - Updating Maintainers [#4287](https://github.com/inspec/inspec/pull/4287) ([kekaichinose](https://github.com/kekaichinose)) - Push back test time limit by one month [#4293](https://github.com/inspec/inspec/pull/4293) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index b16acdeeb..a3e1522f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.7.10 \ No newline at end of file +4.7.11 \ 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 6e0365781..bee49fabd 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.10".freeze + VERSION = "4.7.11".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 496c08e7e..377033aa1 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.7.10".freeze + VERSION = "4.7.11".freeze end