From d84f4e746edaac20c5263f1e216e363db49e027f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 13 Sep 2021 18:51:49 +0000 Subject: [PATCH] Bump version to 4.46.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 21b252b52..3c690772b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.46.0](https://github.com/inspec/inspec/tree/v4.46.0) (2021-09-13) + +## [v4.46.1](https://github.com/inspec/inspec/tree/v4.46.1) (2021-09-13) -#### New Features -- adds chrony_conf InSpec resource [#5589](https://github.com/inspec/inspec/pull/5589) ([collinmcneese](https://github.com/collinmcneese)) +#### Merged Pull Requests +- Added missing cli commands in cli doc [#5634](https://github.com/inspec/inspec/pull/5634) ([Nik08](https://github.com/Nik08)) @@ -16,6 +16,7 @@ - Add support for Sybase databases [#5561](https://github.com/inspec/inspec/pull/5561) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Merged Pull Requests +- Added missing cli commands in cli doc [#5634](https://github.com/inspec/inspec/pull/5634) ([Nik08](https://github.com/Nik08)) - Add support for Oracle Configuration Resources (Oracle Db Conf & Oracle Listener Conf) [#5573](https://github.com/inspec/inspec/pull/5573) ([Nik08](https://github.com/Nik08)) - Add support for Mssql Conf resource [#5574](https://github.com/inspec/inspec/pull/5574) ([Nik08](https://github.com/Nik08)) - Update inspec check docs for --format option [#5617](https://github.com/inspec/inspec/pull/5617) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 785854ec7..81dcc1e3f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.46.0 \ No newline at end of file +4.46.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 07e8bb3ef..e690fe498 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.0".freeze + VERSION = "4.46.1".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 231d9a1e3..6e776f5d9 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.46.0".freeze + VERSION = "4.46.1".freeze end