Bump version to 1.34.2 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-08-25 20:13:48 +00:00
parent 2cef15aec3
commit 3c07341ea0
3 changed files with 9 additions and 6 deletions

View file

@ -1,14 +1,17 @@
# Change Log
<!-- latest_release 1.33.15 -->
## [v1.33.15](https://github.com/chef/inspec/tree/v1.33.15) (2017-08-23)
<!-- latest_release 1.34.2 -->
## [v1.34.2](https://github.com/chef/inspec/tree/v1.34.2) (2017-08-25)
#### Enhancements
- Refine the profile/test summary output of the CLI formatter [#2094](https://github.com/chef/inspec/pull/2094) ([adamleff](https://github.com/adamleff))
#### New Resources
- aide_conf resource: test configuration of the AIDE file integrity tool [#2063](https://github.com/chef/inspec/pull/2063) ([jburns12](https://github.com/jburns12))
<!-- latest_release -->
<!-- release_rollup since=1.34.1 -->
### Changes since 1.34.1 release
#### New Resources
- aide_conf resource: test configuration of the AIDE file integrity tool [#2063](https://github.com/chef/inspec/pull/2063) ([jburns12](https://github.com/jburns12)) <!-- 1.34.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
1.34.1
1.34.2

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.34.1'.freeze
VERSION = '1.34.2'.freeze
end