Skip to content

Commit

Permalink
Bump version to 2.0.23 by Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Feb 26, 2018
1 parent 20a0b0e commit 17b0fbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.0.22 -->
## [v2.0.22](https://github.com/chef/inspec/tree/v2.0.22) (2018-02-23)
<!-- latest_release 2.0.23 -->
## [v2.0.23](https://github.com/chef/inspec/tree/v2.0.23) (2018-02-26)

#### 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))
- Fix inspec check to work with platforms [#2737](https://github.com/chef/inspec/pull/2737) ([jquick](https://github.com/jquick))
<!-- latest_release -->

<!-- release_rollup since=2.0.17 -->
Expand All @@ -14,6 +14,7 @@
- package resource: Fix `brew` package detection [#2730](https://github.com/chef/inspec/pull/2730) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.21 -->

#### Merged Pull Requests
- Fix inspec check to work with platforms [#2737](https://github.com/chef/inspec/pull/2737) ([jquick](https://github.com/jquick)) <!-- 2.0.23 -->
- Reword `it` block in `inspec check` tests to match actual test [#2721](https://github.com/chef/inspec/pull/2721) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.22 -->
- Update maintainers file [#2728](https://github.com/chef/inspec/pull/2728) ([jquick](https://github.com/jquick)) <!-- 2.0.20 -->
- remove release-2.0 branch from Travis [#2718](https://github.com/chef/inspec/pull/2718) ([juliandunn](https://github.com/juliandunn)) <!-- 2.0.19 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.22
2.0.23
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# author: Christoph Hartmann

module Inspec
VERSION = '2.0.22'
VERSION = '2.0.23'
end

0 comments on commit 17b0fbb

Please sign in to comment.