From 741fcc356462d8ba848b37372554989dfb0baa78 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 13 Nov 2019 23:48:32 +0000 Subject: [PATCH] Bump version to 4.18.37 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 022bf7efa..842563c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.18.36](https://github.com/inspec/inspec/tree/v4.18.36) (2019-11-13) + +## [v4.18.37](https://github.com/inspec/inspec/tree/v4.18.37) (2019-11-13) #### Merged Pull Requests -- Correct filesystem resource docs for windows example [#4713](https://github.com/inspec/inspec/pull/4713) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Fixes parsing of apt config files with arch specifier. [#4707](https://github.com/inspec/inspec/pull/4707) ([zenspider](https://github.com/zenspider)) @@ -18,6 +18,7 @@ - Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) #### Merged Pull Requests +- Fixes parsing of apt config files with arch specifier. [#4707](https://github.com/inspec/inspec/pull/4707) ([zenspider](https://github.com/zenspider)) - Correct filesystem resource docs for windows example [#4713](https://github.com/inspec/inspec/pull/4713) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Fix windows testing [#4390](https://github.com/inspec/inspec/pull/4390) ([zenspider](https://github.com/zenspider)) - Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm)) diff --git a/VERSION b/VERSION index e5ddd1874..532d5d226 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.36 \ No newline at end of file +4.18.37 \ 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 a111a6d08..252591d4e 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.36".freeze + VERSION = "4.18.37".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 344668d79..68711b7e6 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.36".freeze + VERSION = "4.18.37".freeze end