diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb0df375..373b0873d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.1.28](https://github.com/chef/inspec/tree/v2.1.28) (2018-04-05) + +## [v2.1.29](https://github.com/chef/inspec/tree/v2.1.29) (2018-04-05) #### New Resources -- New Resource: Chocolatey Package [#2793](https://github.com/chef/inspec/pull/2793) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) +- New Skeletal Resource aws_s3_buckets [#2653](https://github.com/chef/inspec/pull/2653) ([dromazmj](https://github.com/dromazmj)) ### Changes since 2.1.21 release #### New Resources +- New Skeletal Resource aws_s3_buckets [#2653](https://github.com/chef/inspec/pull/2653) ([dromazmj](https://github.com/dromazmj)) - New Resource: Chocolatey Package [#2793](https://github.com/chef/inspec/pull/2793) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) #### Merged Pull Requests diff --git a/VERSION b/VERSION index af8b05898..1a7df8126 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.28 \ No newline at end of file +2.1.29 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 0c94977dd..30ce98d83 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.28' + VERSION = '2.1.29' end