From 221c504822bebbe2c07b884b74f26edd971af467 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 16 Nov 2021 07:17:37 +0000 Subject: [PATCH] Bump version to 4.50.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ebc062e..96b0ae864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.50.0](https://github.com/inspec/inspec/tree/v4.50.0) (2021-11-16) + +## [v4.50.1](https://github.com/inspec/inspec/tree/v4.50.1) (2021-11-16) -#### New Features -- Add Windows support for http resource. [#5697](https://github.com/inspec/inspec/pull/5697) ([Vasu1105](https://github.com/Vasu1105)) +#### Merged Pull Requests +- Disable CookStyle integration on Windows [#5724](https://github.com/inspec/inspec/pull/5724) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -14,6 +14,7 @@ - Add Windows support for http resource. [#5697](https://github.com/inspec/inspec/pull/5697) ([Vasu1105](https://github.com/Vasu1105)) #### Merged Pull Requests +- Disable CookStyle integration on Windows [#5724](https://github.com/inspec/inspec/pull/5724) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Move cookstyle dep from inspec gemspec to inspec-core, add rake [#5722](https://github.com/inspec/inspec/pull/5722) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Bug Fixes diff --git a/VERSION b/VERSION index 943251124..25666dcff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.50.0 \ No newline at end of file +4.50.1 \ 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 dd7e523b2..7132917a9 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("..", __dir__) - VERSION = "4.50.0".freeze + VERSION = "4.50.1".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 331751181..37f08e26c 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.50.0".freeze + VERSION = "4.50.1".freeze end