Bump version to 1.34.6 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-08-30 20:02:50 +00:00
parent c383175417
commit d93f623934
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- latest_release 1.34.5 -->
## [v1.34.5](https://github.com/chef/inspec/tree/v1.34.5) (2017-08-30)
<!-- latest_release 1.34.6 -->
## [v1.34.6](https://github.com/chef/inspec/tree/v1.34.6) (2017-08-30)
#### Bug Fixes
- http resource: prevent repeat calls during a control with multiple tests [#2108](https://github.com/chef/inspec/pull/2108) ([mivok](https://github.com/mivok))
- Support mixed-case group entries [#2101](https://github.com/chef/inspec/pull/2101) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.34.1 -->
### Changes since 1.34.1 release
#### Bug Fixes
- Support mixed-case group entries [#2101](https://github.com/chef/inspec/pull/2101) ([adamleff](https://github.com/adamleff)) <!-- 1.34.6 -->
- http resource: prevent repeat calls during a control with multiple tests [#2108](https://github.com/chef/inspec/pull/2108) ([mivok](https://github.com/mivok)) <!-- 1.34.5 -->
- auditd_rules resource: fix get_keys error on lines that have no keys [#2103](https://github.com/chef/inspec/pull/2103) ([jburns12](https://github.com/jburns12)) <!-- 1.34.4 -->

View file

@ -1 +1 @@
1.34.5
1.34.6

View file

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