From a5e834d66b3707aa190e49f2fad4a7552f327902 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 3 Oct 2019 21:50:50 +0000 Subject: [PATCH] Bump version to 4.17.19 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 4824092bc..27066ac9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.17.18](https://github.com/inspec/inspec/tree/v4.17.18) (2019-10-03) + +## [v4.17.19](https://github.com/inspec/inspec/tree/v4.17.19) (2019-10-03) #### Merged Pull Requests -- Fixed tests to work with rspec-expectations 3.8.5+. [#4557](https://github.com/inspec/inspec/pull/4557) ([zenspider](https://github.com/zenspider)) +- First pass at cleaning deprecations for old minitest/spec-style tests. [#4563](https://github.com/inspec/inspec/pull/4563) ([zenspider](https://github.com/zenspider)) ### Changes since 4.17.17 release #### Merged Pull Requests +- First pass at cleaning deprecations for old minitest/spec-style tests. [#4563](https://github.com/inspec/inspec/pull/4563) ([zenspider](https://github.com/zenspider)) - Fixed tests to work with rspec-expectations 3.8.5+. [#4557](https://github.com/inspec/inspec/pull/4557) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index f2840752a..e6cee700c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.17.18 \ No newline at end of file +4.17.19 \ 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 1e6980383..b4ca119e7 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.17.18".freeze + VERSION = "4.17.19".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index a7cb48c23..2d4db696c 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.17.18".freeze + VERSION = "4.17.19".freeze end