mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.1.34 by Expeditor
This commit is contained in:
parent
5acc86949b
commit
ed625d22a1
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.1.33 -->
|
||||
## [v2.1.33](https://github.com/chef/inspec/tree/v2.1.33) (2018-04-06)
|
||||
<!-- latest_release 2.1.34 -->
|
||||
## [v2.1.34](https://github.com/chef/inspec/tree/v2.1.34) (2018-04-11)
|
||||
|
||||
#### New Features
|
||||
- AWS Security Group Rules properties and matchers [#2876](https://github.com/chef/inspec/pull/2876) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Merged Pull Requests
|
||||
- Update filesystem.md.erb [#2909](https://github.com/chef/inspec/pull/2909) ([tlmikulski](https://github.com/tlmikulski))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.30 -->
|
||||
### Changes since 2.1.30 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update filesystem.md.erb [#2909](https://github.com/chef/inspec/pull/2909) ([tlmikulski](https://github.com/tlmikulski)) <!-- 2.1.34 -->
|
||||
|
||||
#### New Features
|
||||
- AWS Security Group Rules properties and matchers [#2876](https://github.com/chef/inspec/pull/2876) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.33 -->
|
||||
- aws_cloudtrail_trail feature: test how many days ago logs were delivered [#2887](https://github.com/chef/inspec/pull/2887) ([dromazmj](https://github.com/dromazmj)) <!-- 2.1.32 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.33
|
||||
2.1.34
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.33'
|
||||
VERSION = '2.1.34'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue