Bump version to 2.2.63 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-08-15 00:08:09 +00:00
parent 34ac059972
commit 1bd6ab08e5
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.62 -->
## [v2.2.62](https://github.com/inspec/inspec/tree/v2.2.62) (2018-08-10)
<!-- latest_release 2.2.63 -->
## [v2.2.63](https://github.com/inspec/inspec/tree/v2.2.63) (2018-08-15)
#### Merged Pull Requests
- Update `only_if` to allow user specified messages. [#3267](https://github.com/inspec/inspec/pull/3267) ([miah](https://github.com/miah))
- Allow the jsonAutomate report to be executed from cli [#3285](https://github.com/inspec/inspec/pull/3285) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.2.61 -->
### Changes since 2.2.61 release
#### 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)) <!-- 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.62
2.2.63

View file

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