Bump version to 2.1.29 by Expeditor

This commit is contained in:
Chef Expeditor 2018-04-05 16:49:41 +00:00
parent 0df67fc7d0
commit 2b1259c994
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.28 -->
## [v2.1.28](https://github.com/chef/inspec/tree/v2.1.28) (2018-04-05)
<!-- latest_release 2.1.29 -->
## [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))
<!-- latest_release -->
<!-- release_rollup since=2.1.21 -->
### 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)) <!-- 2.1.29 -->
- New Resource: Chocolatey Package [#2793](https://github.com/chef/inspec/pull/2793) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) <!-- 2.1.28 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
2.1.28
2.1.29

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '2.1.28'
VERSION = '2.1.29'
end