mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 1.34.6 by Chef Expeditor
This commit is contained in:
parent
c383175417
commit
d93f623934
3 changed files with 6 additions and 5 deletions
|
@ -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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.34.5
|
||||
1.34.6
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.34.5'.freeze
|
||||
VERSION = '1.34.6'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue