mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 1.43.10 by Expeditor
This commit is contained in:
parent
7616597b7f
commit
0961e07d73
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.43.9
|
||||
1.43.10
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.43.9'.freeze
|
||||
VERSION = '1.43.10'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue