From ae97fbee86ace39089228c7ac56af8f2951fc989 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 16 Jan 2018 22:31:30 +0000 Subject: [PATCH] Bump version to 1.49.10 by Expeditor --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78db4a995..f679109a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v1.49.9](https://github.com/chef/inspec/tree/v1.49.9) (2018-01-16) + +## [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)) ### 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)) - package resource: fix NilClass errors on arch linux [#2437](https://github.com/chef/inspec/pull/2437) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - firewalld resource: prepend rule string only when necessary [#2430](https://github.com/chef/inspec/pull/2430) ([tarcinil](https://github.com/tarcinil)) diff --git a/VERSION b/VERSION index e9767ec4b..3d68b6a46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.49.9 \ No newline at end of file +1.49.10 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 311c9aac9..2f254ce7e 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.49.9' + VERSION = '1.49.10' end