From 2e23f13d110a52ed567916749811ffab033aba33 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 Sep 2021 04:32:22 +0000 Subject: [PATCH] Bump version to 4.46.9 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 dc9179234..0de90ce82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.46.8](https://github.com/inspec/inspec/tree/v4.46.8) (2021-09-28) + +## [v4.46.9](https://github.com/inspec/inspec/tree/v4.46.9) (2021-09-28) #### Enhancements -- Add csv without headers support in csv resource [#5665](https://github.com/inspec/inspec/pull/5665) ([Vasu1105](https://github.com/Vasu1105)) +- Add option in `postgres_session` resource to establish socket connection [#5664](https://github.com/inspec/inspec/pull/5664) ([Nik08](https://github.com/Nik08)) ### Changes since 4.41.20 release #### Enhancements +- Add option in `postgres_session` resource to establish socket connection [#5664](https://github.com/inspec/inspec/pull/5664) ([Nik08](https://github.com/Nik08)) - Add csv without headers support in csv resource [#5665](https://github.com/inspec/inspec/pull/5665) ([Vasu1105](https://github.com/Vasu1105)) #### Bug Fixes diff --git a/VERSION b/VERSION index d4cc917e9..817462cc5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.46.8 \ No newline at end of file +4.46.9 \ 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 cb4c9280d..ec811ae86 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.8".freeze + VERSION = "4.46.9".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 4f95d1dd6..ba36198ee 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.46.8".freeze + VERSION = "4.46.9".freeze end