From 9f5614e0414633f05322043c1debf668ccd47c68 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 1 Jun 2018 14:39:41 +0000 Subject: [PATCH] Bump version to 2.1.86 by Chef Expeditor --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13be2c05f..cbf2b0929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v2.1.85](https://github.com/inspec/inspec/tree/v2.1.85) (2018-06-01) + +## [v2.1.86](https://github.com/inspec/inspec/tree/v2.1.86) (2018-06-01) -#### Merged Pull Requests -- support local npm package searches [#3105](https://github.com/inspec/inspec/pull/3105) ([arlimus](https://github.com/arlimus)) +#### Enhancements +- Detect windows packages with trailing/leading spaces [#3106](https://github.com/inspec/inspec/pull/3106) ([jquick](https://github.com/jquick)) ### Changes since 2.1.84 release +#### Enhancements +- Detect windows packages with trailing/leading spaces [#3106](https://github.com/inspec/inspec/pull/3106) ([jquick](https://github.com/jquick)) + #### Merged Pull Requests - support local npm package searches [#3105](https://github.com/inspec/inspec/pull/3105) ([arlimus](https://github.com/arlimus)) diff --git a/VERSION b/VERSION index c4716ab85..bbfb091ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.85 \ No newline at end of file +2.1.86 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 18ca923ff..28b9b43b8 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.85' + VERSION = '2.1.86' end