From fe3fc3ffbfee0be42e393268245df6e98b0854b4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 31 Oct 2019 21:20:26 +0000 Subject: [PATCH] Bump version to 4.18.22 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 0584087da..cf8933795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.18.21](https://github.com/inspec/inspec/tree/v4.18.21) (2019-10-31) + +## [v4.18.22](https://github.com/inspec/inspec/tree/v4.18.22) (2019-10-31) -#### Bug Fixes -- Fix config reference in `compliance exec` [#4650](https://github.com/inspec/inspec/pull/4650) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### Merged Pull Requests +- Nginx Resource: Add parsing support for wildcard, dot prefix, and regex [#4653](https://github.com/inspec/inspec/pull/4653) ([landychan](https://github.com/landychan)) ### Changes since 4.18.0 release #### Merged Pull Requests +- Nginx Resource: Add parsing support for wildcard, dot prefix, and regex [#4653](https://github.com/inspec/inspec/pull/4653) ([landychan](https://github.com/landychan)) - oracledb_session fixes [#4654](https://github.com/inspec/inspec/pull/4654) ([miah](https://github.com/miah)) - Fixed problem with accessing backend in TestDslLazyLoader#method_missing. [#4648](https://github.com/inspec/inspec/pull/4648) ([zenspider](https://github.com/zenspider)) - Fix building the website [#4652](https://github.com/inspec/inspec/pull/4652) ([btm](https://github.com/btm)) diff --git a/VERSION b/VERSION index 1e9439fb9..9a8243e49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.21 \ No newline at end of file +4.18.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 72d20be7a..4163faa5b 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.18.21".freeze + VERSION = "4.18.22".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 3b013d6c1..7e60f6c29 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.21".freeze + VERSION = "4.18.22".freeze end