diff --git a/CHANGELOG.md b/CHANGELOG.md index 7501211f7..605326dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.3.3](https://github.com/inspec/inspec/tree/v2.3.3) (2018-09-27) + +## [v2.3.4](https://github.com/inspec/inspec/tree/v2.3.4) (2018-09-27) -#### Merged Pull Requests -- Plugins: Example CLI Plugin, a Resource Lister [#3421](https://github.com/inspec/inspec/pull/3421) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### New Features +- Plugins: Support for Train Plugins in InSpec [#3444](https://github.com/inspec/inspec/pull/3444) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -28,6 +28,7 @@ - Remove load locks for cloud resources [#3420](https://github.com/inspec/inspec/pull/3420) ([jquick](https://github.com/jquick)) #### New Features +- Plugins: Support for Train Plugins in InSpec [#3444](https://github.com/inspec/inspec/pull/3444) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Plugins Installer API [#3352](https://github.com/inspec/inspec/pull/3352) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 45674f16a..fd06a9268 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.3 \ No newline at end of file +2.3.4 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 78a87804f..6c5c8482e 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.3.3' + VERSION = '2.3.4' end