diff --git a/CHANGELOG.md b/CHANGELOG.md index 381171460..b2d32e682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.1.87](https://github.com/inspec/inspec/tree/v2.1.87) (2018-06-04) + +## [v2.1.88](https://github.com/inspec/inspec/tree/v2.1.88) (2018-06-05) #### Merged Pull Requests -- Spellcheck FilterTable Developer Documentation [#3111](https://github.com/inspec/inspec/pull/3111) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Refactor: Perform internal rename and add comments to FilterTable [#3047](https://github.com/inspec/inspec/pull/3047) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -14,6 +14,7 @@ - Detect windows packages with trailing/leading spaces [#3106](https://github.com/inspec/inspec/pull/3106) ([jquick](https://github.com/jquick)) #### Merged Pull Requests +- Refactor: Perform internal rename and add comments to FilterTable [#3047](https://github.com/inspec/inspec/pull/3047) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Spellcheck FilterTable Developer Documentation [#3111](https://github.com/inspec/inspec/pull/3111) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - 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 7585c43b6..f9eb695d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.87 \ No newline at end of file +2.1.88 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 8c46c8add..5db7de733 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.87' + VERSION = '2.1.88' end