From 910a674ad66a59e6b9dac915921b32aca2fdaafd Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 10 Sep 2021 17:45:38 +0000 Subject: [PATCH] Bump version to 4.41.22 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 8 ++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7e226a8..3016622e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Change Log - -## [v4.41.21](https://github.com/inspec/inspec/tree/v4.41.21) (2021-09-10) + +## [v4.41.22](https://github.com/inspec/inspec/tree/v4.41.22) (2021-09-10) #### Merged Pull Requests -- Docs edits [#5654](https://github.com/inspec/inspec/pull/5654) ([IanMadd](https://github.com/IanMadd)) -- Add labeler workflow with docs label [#5655](https://github.com/inspec/inspec/pull/5655) ([IanMadd](https://github.com/IanMadd)) +- Fix branch name in docs makefile [#5660](https://github.com/inspec/inspec/pull/5660) ([IanMadd](https://github.com/IanMadd)) ### Changes since 4.41.20 release #### Merged Pull Requests +- Fix branch name in docs makefile [#5660](https://github.com/inspec/inspec/pull/5660) ([IanMadd](https://github.com/IanMadd)) - Docs edits [#5654](https://github.com/inspec/inspec/pull/5654) ([IanMadd](https://github.com/IanMadd)) - Add labeler workflow with docs label [#5655](https://github.com/inspec/inspec/pull/5655) ([IanMadd](https://github.com/IanMadd)) diff --git a/VERSION b/VERSION index ead910073..de5bd063c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.41.21 \ No newline at end of file +4.41.22 \ 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 88918138c..67e0eeb29 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.41.21".freeze + VERSION = "4.41.22".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6fef97dba..721200bfe 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.41.21".freeze + VERSION = "4.41.22".freeze end