From 5f7e8797d83314a7e657c872570c68e9991d9b7b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 Jul 2020 11:08:47 +0000 Subject: [PATCH] Bump version to 4.22.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6698a6c7..4cde1b880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v4.22.2](https://github.com/inspec/inspec/tree/v4.22.2) (2020-07-28) + +#### 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)) - + +### Changes since 4.22.1 release + +#### 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)) diff --git a/VERSION b/VERSION index e4952ecfe..668d5999f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.22.1 \ No newline at end of file +4.22.2 \ 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 2d16138de..e58b00dd8 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.1".freeze + VERSION = "4.22.2".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 94a8c919d..4835d8163 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.22.1".freeze + VERSION = "4.22.2".freeze end