diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d32e682..99946c781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v2.1.88](https://github.com/inspec/inspec/tree/v2.1.88) (2018-06-05) + +## [v2.2.0](https://github.com/inspec/inspec/tree/v2.2.0) (2018-06-05) -#### 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)) +#### Bug Fixes +- Two fixes to FilterTable `where` criteria handling [#3045](https://github.com/inspec/inspec/pull/3045) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 2.1.84 release +#### Bug Fixes +- Two fixes to FilterTable `where` criteria handling [#3045](https://github.com/inspec/inspec/pull/3045) ([clintoncwolfe](https://github.com/clintoncwolfe)) + #### Enhancements - Detect windows packages with trailing/leading spaces [#3106](https://github.com/inspec/inspec/pull/3106) ([jquick](https://github.com/jquick)) diff --git a/VERSION b/VERSION index f9eb695d2..e3a4f1933 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.88 \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 5db7de733..c9e3e119d 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.88' + VERSION = '2.2.0' end