mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.1.29 by Expeditor
This commit is contained in:
parent
0df67fc7d0
commit
2b1259c994
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.28
|
||||
2.1.29
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.28'
|
||||
VERSION = '2.1.29'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue