diff --git a/CHANGELOG.md b/CHANGELOG.md index 313035d3b..4a22cda03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.0.21](https://github.com/chef/inspec/tree/v2.0.21) (2018-02-23) + +## [v2.0.22](https://github.com/chef/inspec/tree/v2.0.22) (2018-02-23) -#### Bug Fixes -- package resource: Fix `brew` package detection [#2730](https://github.com/chef/inspec/pull/2730) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +#### Merged Pull Requests +- Reword `it` block in `inspec check` tests to match actual test [#2721](https://github.com/chef/inspec/pull/2721) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) @@ -14,6 +14,7 @@ - package resource: Fix `brew` package detection [#2730](https://github.com/chef/inspec/pull/2730) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) #### Merged Pull Requests +- Reword `it` block in `inspec check` tests to match actual test [#2721](https://github.com/chef/inspec/pull/2721) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Update maintainers file [#2728](https://github.com/chef/inspec/pull/2728) ([jquick](https://github.com/jquick)) - remove release-2.0 branch from Travis [#2718](https://github.com/chef/inspec/pull/2718) ([juliandunn](https://github.com/juliandunn)) - InSpec SEO [#2725](https://github.com/chef/inspec/pull/2725) ([hannah-radish](https://github.com/hannah-radish)) diff --git a/VERSION b/VERSION index eb4d1bc7a..6f59f7674 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.21 \ No newline at end of file +2.0.22 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 661423e5d..e6766449a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.0.21' + VERSION = '2.0.22' end