mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Bump version to 1.49.10 by Expeditor
This commit is contained in:
parent
6be9f32448
commit
ae97fbee86
3 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.49.9 -->
|
||||
## [v1.49.9](https://github.com/chef/inspec/tree/v1.49.9) (2018-01-16)
|
||||
<!-- latest_release 1.49.10 -->
|
||||
## [v1.49.10](https://github.com/chef/inspec/tree/v1.49.10) (2018-01-16)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump Omnibus Ruby (and Travis Rubies) to 2.4.3 [#2452](https://github.com/chef/inspec/pull/2452) ([adamleff](https://github.com/adamleff))
|
||||
#### Bug Fixes
|
||||
- http resource: make header keys case insensitive [#2457](https://github.com/chef/inspec/pull/2457) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.49.2 -->
|
||||
### Changes since 1.49.2 release
|
||||
|
||||
#### Bug Fixes
|
||||
- http resource: make header keys case insensitive [#2457](https://github.com/chef/inspec/pull/2457) ([adamleff](https://github.com/adamleff)) <!-- 1.49.10 -->
|
||||
- package resource: fix NilClass errors on arch linux [#2437](https://github.com/chef/inspec/pull/2437) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.49.8 -->
|
||||
- firewalld resource: prepend rule string only when necessary [#2430](https://github.com/chef/inspec/pull/2430) ([tarcinil](https://github.com/tarcinil)) <!-- 1.49.6 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.49.9
|
||||
1.49.10
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.49.9'
|
||||
VERSION = '1.49.10'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue