From 91511c0ca4281207017bb896cf976ccd952b1808 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 12 Nov 2019 20:21:53 +0000 Subject: [PATCH] Bump version to 4.18.32 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 2512b16ef..f35d4b2d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.18.31](https://github.com/inspec/inspec/tree/v4.18.31) (2019-11-09) + +## [v4.18.32](https://github.com/inspec/inspec/tree/v4.18.32) (2019-11-12) #### Merged Pull Requests -- Bump chefstyle and fix up flagged code. [#4677](https://github.com/inspec/inspec/pull/4677) ([zenspider](https://github.com/zenspider)) +- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) @@ -17,6 +17,7 @@ - Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) #### Merged Pull Requests +- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) - Bump chefstyle and fix up flagged code. [#4677](https://github.com/inspec/inspec/pull/4677) ([zenspider](https://github.com/zenspider)) - Revamp www/doco setup [#4674](https://github.com/inspec/inspec/pull/4674) ([zenspider](https://github.com/zenspider)) - Pre-load the gem resource to override the global gem method. [#4670](https://github.com/inspec/inspec/pull/4670) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index ad1e9f3a7..05bf5ef09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.31 \ No newline at end of file +4.18.32 \ 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 5c7d2cf96..f0a2a79d0 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.18.31".freeze + VERSION = "4.18.32".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 9dc3b2a9d..98997b9e2 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.31".freeze + VERSION = "4.18.32".freeze end