mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.43.2 by Expeditor
This commit is contained in:
parent
39d743b12e
commit
69a629c726
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.1 -->
|
||||
## [v1.43.1](https://github.com/chef/inspec/tree/v1.43.1) (2017-10-24)
|
||||
<!-- latest_release 1.43.2 -->
|
||||
## [v1.43.2](https://github.com/chef/inspec/tree/v1.43.2) (2017-10-24)
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix regression when uploading compliance profiles [#2264](https://github.com/chef/inspec/pull/2264) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Enhancements
|
||||
- Include ref when writing out inspec control objects [#2259](https://github.com/chef/inspec/pull/2259) ([arlimus](https://github.com/arlimus))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.42.3 -->
|
||||
### Changes since 1.42.3 release
|
||||
|
||||
#### Enhancements
|
||||
- Include ref when writing out inspec control objects [#2259](https://github.com/chef/inspec/pull/2259) ([arlimus](https://github.com/arlimus)) <!-- 1.43.2 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix regression when uploading compliance profiles [#2264](https://github.com/chef/inspec/pull/2264) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.43.1 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.43.1
|
||||
1.43.2
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.43.1'.freeze
|
||||
VERSION = '1.43.2'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue