From 8a9e339df1366588662f0a3602dbbfd7d31d9736 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 13 Aug 2020 18:24:00 +0000 Subject: [PATCH] Bump version to 4.22.13 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 8d9acf95e..feed4ab3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.22.12](https://github.com/inspec/inspec/tree/v4.22.12) (2020-08-10) + +## [v4.22.13](https://github.com/inspec/inspec/tree/v4.22.13) (2020-08-13) #### Merged Pull Requests -- Ensure Darwin is always detected in the install scripts [#5175](https://github.com/inspec/inspec/pull/5175) ([tas50](https://github.com/tas50)) +- Update to Chefstyle 1.2.1 [#5196](https://github.com/inspec/inspec/pull/5196) ([tas50](https://github.com/tas50)) ### Changes since 4.22.8 release #### Merged Pull Requests +- Update to Chefstyle 1.2.1 [#5196](https://github.com/inspec/inspec/pull/5196) ([tas50](https://github.com/tas50)) - Ensure Darwin is always detected in the install scripts [#5175](https://github.com/inspec/inspec/pull/5175) ([tas50](https://github.com/tas50)) - Add new windows_firewall and windows_firewall_rule resources [#4979](https://github.com/inspec/inspec/pull/4979) ([tecracer-theinen](https://github.com/tecracer-theinen)) - Convert JUnit Reporter to a Plugin [#5084](https://github.com/inspec/inspec/pull/5084) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 5330fff30..a0b441222 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.22.12 \ No newline at end of file +4.22.13 \ 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 55cf24dd4..97d5e9d33 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.22.12".freeze + VERSION = "4.22.13".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 3f192a934..34390a4d0 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.22.12".freeze + VERSION = "4.22.13".freeze end