diff --git a/CHANGELOG.md b/CHANGELOG.md index ba80afd37..59284a89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.2.117](https://github.com/inspec/inspec/tree/v2.2.117) (2018-09-25) + +## [v2.2.118](https://github.com/inspec/inspec/tree/v2.2.118) (2018-09-25) -#### Bug Fixes -- Grammar correction in error message: use "an" with attribute and unknown [#3439](https://github.com/inspec/inspec/pull/3439) ([alexpop](https://github.com/alexpop)) +#### Merged Pull Requests +- Plugins: Load all CLI commands on usage on empty invocation [#3428](https://github.com/inspec/inspec/pull/3428) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 2.2.112 release #### Merged Pull Requests +- Plugins: Load all CLI commands on usage on empty invocation [#3428](https://github.com/inspec/inspec/pull/3428) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Fix v2 loader appveyor issue [#3434](https://github.com/inspec/inspec/pull/3434) ([jquick](https://github.com/jquick)) - Add new resource: aws_ebs_volume [#3381](https://github.com/inspec/inspec/pull/3381) ([jmassardo](https://github.com/jmassardo)) diff --git a/VERSION b/VERSION index c1feb98f4..1cfab5c32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.117 \ No newline at end of file +2.2.118 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6ca3f6cc5..ffa8fb390 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.117' + VERSION = '2.2.118' end