From 92249898d9bcf483c42bcdf2443fbff8dea223c9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 4 Oct 2018 18:06:30 +0000 Subject: [PATCH] Bump version to 2.3.9 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa00d3271..64dd490a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.3.8](https://github.com/inspec/inspec/tree/v2.3.8) (2018-10-04) + +## [v2.3.9](https://github.com/inspec/inspec/tree/v2.3.9) (2018-10-04) -#### Bug Fixes -- Fix distinct_exit cli desc to reflect reality [#3463](https://github.com/inspec/inspec/pull/3463) ([teknofire](https://github.com/teknofire)) +#### Enhancements +- Support finding larger processes on Busybox [#3446](https://github.com/inspec/inspec/pull/3446) ([RoboticCheese](https://github.com/RoboticCheese)) @@ -17,6 +17,7 @@ - Fix `attribute` with empty hash regression [#3454](https://github.com/inspec/inspec/pull/3454) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) #### Enhancements +- Support finding larger processes on Busybox [#3446](https://github.com/inspec/inspec/pull/3446) ([RoboticCheese](https://github.com/RoboticCheese)) - Modify `cmp` matcher output to use `.inspect` [#3450](https://github.com/inspec/inspec/pull/3450) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index 3f5e730fc..d63fa5726 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.8 \ No newline at end of file +2.3.9 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 2d270c40d..bef43ee88 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.3.8' + VERSION = '2.3.9' end