From ef5878ebe204a623eea5a7724da52151edfd935f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 30 Aug 2018 13:12:07 +0000 Subject: [PATCH] Bump version to 2.2.74 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e21f8a33..9d5cf8ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.73](https://github.com/inspec/inspec/tree/v2.2.73) (2018-08-29) + +## [v2.2.74](https://github.com/inspec/inspec/tree/v2.2.74) (2018-08-30) -#### Bug Fixes -- fix skip message not being passed for merge [#3329](https://github.com/inspec/inspec/pull/3329) ([frezbo](https://github.com/frezbo)) +#### Merged Pull Requests +- Convert legacy supports to their platform counterparts [#3333](https://github.com/inspec/inspec/pull/3333) ([jquick](https://github.com/jquick)) @@ -14,6 +14,7 @@ - fix skip message not being passed for merge [#3329](https://github.com/inspec/inspec/pull/3329) ([frezbo](https://github.com/frezbo)) #### Merged Pull Requests +- Convert legacy supports to their platform counterparts [#3333](https://github.com/inspec/inspec/pull/3333) ([jquick](https://github.com/jquick)) - bump inspec/train version [#3331](https://github.com/inspec/inspec/pull/3331) ([tomqwu](https://github.com/tomqwu)) - Cached profiles with Compliance Fetcher [#3221](https://github.com/inspec/inspec/pull/3221) ([itmustbejj](https://github.com/itmustbejj)) diff --git a/VERSION b/VERSION index ba323e39f..99e8dc337 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.73 \ No newline at end of file +2.2.74 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index e0e439db9..48a29d53c 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.73' + VERSION = '2.2.74' end