diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0d001773..0e08b50cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.1.11](https://github.com/chef/inspec/tree/v2.1.11) (2018-03-23) + +## [v2.1.12](https://github.com/chef/inspec/tree/v2.1.12) (2018-03-26) #### New Resources -- New Skeletal Resource aws_kms_key [#2746](https://github.com/chef/inspec/pull/2746) ([dromazmj](https://github.com/dromazmj)) +- New Skeletal Resource aws_config_delivery_channel [#2641](https://github.com/chef/inspec/pull/2641) ([dromazmj](https://github.com/dromazmj)) ### Changes since 2.1.10 release #### New Resources +- New Skeletal Resource aws_config_delivery_channel [#2641](https://github.com/chef/inspec/pull/2641) ([dromazmj](https://github.com/dromazmj)) - New Skeletal Resource aws_kms_key [#2746](https://github.com/chef/inspec/pull/2746) ([dromazmj](https://github.com/dromazmj)) diff --git a/VERSION b/VERSION index 46ca28dc80..30b1cc8834 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.11 \ No newline at end of file +2.1.12 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f1b78bdb6c..b35c6bd6d1 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.11' + VERSION = '2.1.12' end