diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c99fc05..60caf91b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.31](https://github.com/inspec/inspec/tree/v2.2.31) (2018-07-05) + +## [v2.2.32](https://github.com/inspec/inspec/tree/v2.2.32) (2018-07-05) -#### New Features -- cli: Add `--insecure` option for `exec` and `shell` [#3195](https://github.com/inspec/inspec/pull/3195) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +#### Merged Pull Requests +- Prevent Slashes in profile names [#3175](https://github.com/inspec/inspec/pull/3175) ([miah](https://github.com/miah)) @@ -17,6 +17,7 @@ - Fix some issues with the vendor functional tests [#3196](https://github.com/inspec/inspec/pull/3196) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) #### Merged Pull Requests +- Prevent Slashes in profile names [#3175](https://github.com/inspec/inspec/pull/3175) ([miah](https://github.com/miah)) - Fix vendor functional test to not validate a repo hash that can change. [#3198](https://github.com/inspec/inspec/pull/3198) ([miah](https://github.com/miah)) #### Enhancements diff --git a/VERSION b/VERSION index c27abc270..f379b9921 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.31 \ No newline at end of file +2.2.32 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 59cb05192..6c79e42a9 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.31' + VERSION = '2.2.32' end