Bump version to 2.2.74 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-08-30 13:12:07 +00:00
parent 6120497db1
commit ef5878ebe2
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.73 -->
## [v2.2.73](https://github.com/inspec/inspec/tree/v2.2.73) (2018-08-29)
<!-- latest_release 2.2.74 -->
## [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))
<!-- latest_release -->
<!-- release_rollup since=2.2.70 -->
@ -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)) <!-- 2.2.73 -->
#### Merged Pull Requests
- Convert legacy supports to their platform counterparts [#3333](https://github.com/inspec/inspec/pull/3333) ([jquick](https://github.com/jquick)) <!-- 2.2.74 -->
- bump inspec/train version [#3331](https://github.com/inspec/inspec/pull/3331) ([tomqwu](https://github.com/tomqwu)) <!-- 2.2.72 -->
- Cached profiles with Compliance Fetcher [#3221](https://github.com/inspec/inspec/pull/3221) ([itmustbejj](https://github.com/itmustbejj)) <!-- 2.2.71 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.2.73
2.2.74

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '2.2.73'
VERSION = '2.2.74'
end