From 087a9e577630d80c36e7d2183113c202e9163348 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 1 Mar 2018 14:20:30 +0000 Subject: [PATCH] Bump version to 2.0.31 by Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568f514bb..442b5efa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.0.30](https://github.com/chef/inspec/tree/v2.0.30) (2018-02-28) + +## [v2.0.31](https://github.com/chef/inspec/tree/v2.0.31) (2018-03-01) #### Merged Pull Requests -- virtualization_resource: Fix `NoMethodError` on `nil:NilClass` [#2603](https://github.com/chef/inspec/pull/2603) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Docs: Clarify Matchers page to speak about Universal matchers [#2754](https://github.com/chef/inspec/pull/2754) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -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 +- Docs: Clarify Matchers page to speak about Universal matchers [#2754](https://github.com/chef/inspec/pull/2754) ([clintoncwolfe](https://github.com/clintoncwolfe)) - virtualization_resource: Fix `NoMethodError` on `nil:NilClass` [#2603](https://github.com/chef/inspec/pull/2603) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Updated omnibus `postinst` script to symlink to appbundle created binstubs [#2732](https://github.com/chef/inspec/pull/2732) ([miah](https://github.com/miah)) - New Resource aws_config_recorder [#2635](https://github.com/chef/inspec/pull/2635) ([dromazmj](https://github.com/dromazmj)) diff --git a/VERSION b/VERSION index 3111569a0..28c12794c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.30 \ No newline at end of file +2.0.31 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 5dbe40520..6faaf3dc7 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.0.30' + VERSION = '2.0.31' end