diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2010a..e8de418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Change Log + +## [v1.3.2](https://github.com/inspec/kitchen-inspec/tree/v1.3.2) (2020-02-04) + +#### Merged Pull Requests +- Add setting to load Inspec plugins for additional functionality [#247](https://github.com/inspec/kitchen-inspec/pull/247) ([tecracer-theinen](https://github.com/tecracer-theinen)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Add setting to load Inspec plugins for additional functionality [#247](https://github.com/inspec/kitchen-inspec/pull/247) ([tecracer-theinen](https://github.com/tecracer-theinen)) ## [v1.3.1](https://github.com/inspec/kitchen-inspec/tree/v1.3.1) (2019-10-30) diff --git a/VERSION b/VERSION index 6261a05..d5e98f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.2 \ No newline at end of file diff --git a/lib/kitchen/verifier/inspec_version.rb b/lib/kitchen/verifier/inspec_version.rb index 74b6037..40f058f 100644 --- a/lib/kitchen/verifier/inspec_version.rb +++ b/lib/kitchen/verifier/inspec_version.rb @@ -20,6 +20,6 @@ module Kitchen module Verifier # Version string for InSpec Kitchen verifier - INSPEC_VERSION = "1.3.1".freeze + INSPEC_VERSION = "1.3.2".freeze end end