From db55f7431c017655d416eede1fc8ced0267750cb Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 2 Jul 2020 14:29:47 +0000 Subject: [PATCH] Bump version to 4.21.5 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 e42022a90..7f3a64485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.21.4](https://github.com/inspec/inspec/tree/v4.21.4) (2020-07-02) + +## [v4.21.5](https://github.com/inspec/inspec/tree/v4.21.5) (2020-07-02) #### Merged Pull Requests -- WIP: Make progress on `skip_windows!` [#5063](https://github.com/inspec/inspec/pull/5063) ([Schwad](https://github.com/Schwad)) +- Add the generic 'darwin' to the service resource [#5130](https://github.com/inspec/inspec/pull/5130) ([btm](https://github.com/btm)) ### Changes since 4.21.1 release #### Merged Pull Requests +- Add the generic 'darwin' to the service resource [#5130](https://github.com/inspec/inspec/pull/5130) ([btm](https://github.com/btm)) - WIP: Make progress on `skip_windows!` [#5063](https://github.com/inspec/inspec/pull/5063) ([Schwad](https://github.com/Schwad)) - Log to stderr when using html2 reporter [#5126](https://github.com/inspec/inspec/pull/5126) ([james-stocks](https://github.com/james-stocks)) - Address test:isolated failure [#5117](https://github.com/inspec/inspec/pull/5117) ([james-stocks](https://github.com/james-stocks)) diff --git a/VERSION b/VERSION index 2ad4ae940..f04cad2b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.21.4 \ No newline at end of file +4.21.5 \ 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 f90b6725b..901b46462 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.21.4".freeze + VERSION = "4.21.5".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 35b5a5803..1a9d7ab8d 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.21.4".freeze + VERSION = "4.21.5".freeze end