mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 2.2.84 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
aa9dc7ba2c
commit
f6ecb4c842
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.2.83 -->
|
||||
## [v2.2.83](https://github.com/inspec/inspec/tree/v2.2.83) (2018-09-07)
|
||||
<!-- latest_release 2.2.84 -->
|
||||
## [v2.2.84](https://github.com/inspec/inspec/tree/v2.2.84) (2018-09-07)
|
||||
|
||||
#### Bug Fixes
|
||||
- ensure we use the mock backend when we upload profiles [#3370](https://github.com/inspec/inspec/pull/3370) ([chris-rock](https://github.com/chris-rock))
|
||||
- use multipart gem for upload to support upload on windows [#3369](https://github.com/inspec/inspec/pull/3369) ([chris-rock](https://github.com/chris-rock))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.78 -->
|
||||
### Changes since 2.2.78 release
|
||||
|
||||
#### Bug Fixes
|
||||
- use multipart gem for upload to support upload on windows [#3369](https://github.com/inspec/inspec/pull/3369) ([chris-rock](https://github.com/chris-rock)) <!-- 2.2.84 -->
|
||||
- ensure we use the mock backend when we upload profiles [#3370](https://github.com/inspec/inspec/pull/3370) ([chris-rock](https://github.com/chris-rock)) <!-- 2.2.83 -->
|
||||
|
||||
#### Enhancements
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.83
|
||||
2.2.84
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.83'
|
||||
VERSION = '2.2.84'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue