Bump version to 1.43.10 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-03 20:24:06 +00:00
parent 7616597b7f
commit 0961e07d73
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.43.9 -->
## [v1.43.9](https://github.com/chef/inspec/tree/v1.43.9) (2017-11-03)
<!-- latest_release 1.43.10 -->
## [v1.43.10](https://github.com/chef/inspec/tree/v1.43.10) (2017-11-03)
#### Bug Fixes
- http resource: use proper syntax in `curl` header option [#2285](https://github.com/chef/inspec/pull/2285) ([schisamo](https://github.com/schisamo))
#### Merged Pull Requests
- Pin RubyGems to 2.6.14 [#2287](https://github.com/chef/inspec/pull/2287) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.43.8 -->
### Changes since 1.43.8 release
#### Merged Pull Requests
- Pin RubyGems to 2.6.14 [#2287](https://github.com/chef/inspec/pull/2287) ([adamleff](https://github.com/adamleff)) <!-- 1.43.10 -->
#### Bug Fixes
- http resource: use proper syntax in `curl` header option [#2285](https://github.com/chef/inspec/pull/2285) ([schisamo](https://github.com/schisamo)) <!-- 1.43.9 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.43.9
1.43.10

View file

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