diff --git a/CHANGELOG.md b/CHANGELOG.md index 604d62be3..e33bcecaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.2.62](https://github.com/inspec/inspec/tree/v2.2.62) (2018-08-10) + +## [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)) ### 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)) - Update `only_if` to allow user specified messages. [#3267](https://github.com/inspec/inspec/pull/3267) ([miah](https://github.com/miah)) diff --git a/VERSION b/VERSION index 258e07789..0bc39cabf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.62 \ No newline at end of file +2.2.63 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 78ca16f34..39d420af4 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.62' + VERSION = '2.2.63' end