From 15452726af71b636d7b06cff04ebc4284fe990fa Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 29 Jul 2020 09:14:01 +0000 Subject: [PATCH] Bump version to 4.22.3 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 4cde1b880..0b5883446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.22.2](https://github.com/inspec/inspec/tree/v4.22.2) (2020-07-28) + +## [v4.22.3](https://github.com/inspec/inspec/tree/v4.22.3) (2020-07-29) #### Merged Pull Requests -- feat(sensitive): add sensitive output to mysql and postgres sessions [#5124](https://github.com/inspec/inspec/pull/5124) ([fzipi](https://github.com/fzipi)) +- Fix freebsd osfamily user group tests [#5123](https://github.com/inspec/inspec/pull/5123) ([fzipi](https://github.com/fzipi)) ### Changes since 4.22.1 release #### Merged Pull Requests +- Fix freebsd osfamily user group tests [#5123](https://github.com/inspec/inspec/pull/5123) ([fzipi](https://github.com/fzipi)) - feat(sensitive): add sensitive output to mysql and postgres sessions [#5124](https://github.com/inspec/inspec/pull/5124) ([fzipi](https://github.com/fzipi)) diff --git a/VERSION b/VERSION index 668d5999f..cddcafd5e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.22.2 \ No newline at end of file +4.22.3 \ 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 e58b00dd8..a489325a1 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.2".freeze + VERSION = "4.22.3".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 4835d8163..79dce7b65 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.22.2".freeze + VERSION = "4.22.3".freeze end