Bump version to 1.49.10 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-16 22:31:30 +00:00
parent 6be9f32448
commit ae97fbee86
3 changed files with 7 additions and 6 deletions

View file

@ -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 -->

View file

@ -1 +1 @@
1.49.9
1.49.10

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.49.9'
VERSION = '1.49.10'
end