Bump version to 2.2.64 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-08-17 15:08:31 +00:00
parent 53018e405b
commit a88f929e27
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.63 -->
## [v2.2.63](https://github.com/inspec/inspec/tree/v2.2.63) (2018-08-15)
<!-- latest_release 2.2.64 -->
## [v2.2.64](https://github.com/inspec/inspec/tree/v2.2.64) (2018-08-17)
#### Merged Pull Requests
- Allow the jsonAutomate report to be executed from cli [#3285](https://github.com/inspec/inspec/pull/3285) ([jquick](https://github.com/jquick))
- Dummy PR to bump expeditor version. [#3298](https://github.com/inspec/inspec/pull/3298) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.2.61 -->
### Changes since 2.2.61 release
#### Merged Pull Requests
- Dummy PR to bump expeditor version. [#3298](https://github.com/inspec/inspec/pull/3298) ([jquick](https://github.com/jquick)) <!-- 2.2.64 -->
- Allow the jsonAutomate report to be executed from cli [#3285](https://github.com/inspec/inspec/pull/3285) ([jquick](https://github.com/jquick)) <!-- 2.2.63 -->
- Update `only_if` to allow user specified messages. [#3267](https://github.com/inspec/inspec/pull/3267) ([miah](https://github.com/miah)) <!-- 2.2.62 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.2.63
2.2.64

View file

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