From ac07060c124b33dbe22c957bb4cce51051e7ea10 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 Sep 2021 04:40:30 +0000 Subject: [PATCH] Bump version to 4.46.11 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 03b7071d1..f8bd393b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.46.10](https://github.com/inspec/inspec/tree/v4.46.10) (2021-09-28) + +## [v4.46.11](https://github.com/inspec/inspec/tree/v4.46.11) (2021-09-28) -#### Bug Fixes -- Fix --tags filter for dependent profiles [#5657](https://github.com/inspec/inspec/pull/5657) ([Nik08](https://github.com/Nik08)) +#### Merged Pull Requests +- Build packages for debian 11, macos 12, windows 11/2022 [#5675](https://github.com/inspec/inspec/pull/5675) ([tas50](https://github.com/tas50)) @@ -24,6 +24,7 @@ - Add support for Sybase databases [#5561](https://github.com/inspec/inspec/pull/5561) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Merged Pull Requests +- Build packages for debian 11, macos 12, windows 11/2022 [#5675](https://github.com/inspec/inspec/pull/5675) ([tas50](https://github.com/tas50)) - Change the deprecation warning to mention inputs [#5668](https://github.com/inspec/inspec/pull/5668) ([damacus](https://github.com/damacus)) - Add rocky and almalinux to service resource [#5604](https://github.com/inspec/inspec/pull/5604) ([sspans-sbp](https://github.com/sspans-sbp)) - Minor docs fixes. [#5662](https://github.com/inspec/inspec/pull/5662) ([IanMadd](https://github.com/IanMadd)) diff --git a/VERSION b/VERSION index 7cea0e998..9d909be48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.46.10 \ No newline at end of file +4.46.11 \ 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 f0e758e48..bbb654141 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.46.10".freeze + VERSION = "4.46.11".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c759d716f..6f5455521 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.46.10".freeze + VERSION = "4.46.11".freeze end