Bump version to 2.1.86 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-01 14:39:41 +00:00
parent 06ff747cfc
commit 9f5614e041
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.85 --> <!-- latest_release 2.1.86 -->
## [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 #### Enhancements
- support local npm package searches [#3105](https://github.com/inspec/inspec/pull/3105) ([arlimus](https://github.com/arlimus)) - Detect windows packages with trailing/leading spaces [#3106](https://github.com/inspec/inspec/pull/3106) ([jquick](https://github.com/jquick))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=2.1.84 --> <!-- release_rollup since=2.1.84 -->
### Changes since 2.1.84 release ### 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)) <!-- 2.1.86 -->
#### Merged Pull Requests #### Merged Pull Requests
- support local npm package searches [#3105](https://github.com/inspec/inspec/pull/3105) ([arlimus](https://github.com/arlimus)) <!-- 2.1.85 --> - support local npm package searches [#3105](https://github.com/inspec/inspec/pull/3105) ([arlimus](https://github.com/arlimus)) <!-- 2.1.85 -->
<!-- release_rollup --> <!-- release_rollup -->

View file

@ -1 +1 @@
2.1.85 2.1.86

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann # author: Christoph Hartmann
module Inspec module Inspec
VERSION = '2.1.85' VERSION = '2.1.86'
end end