mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 3.2.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
f1fbd518e5
commit
3984990a55
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 3.1.4 -->
|
||||
## [v3.1.4](https://github.com/inspec/inspec/tree/v3.1.4) (2018-12-14)
|
||||
<!-- latest_release 3.2.0 -->
|
||||
## [v3.2.0](https://github.com/inspec/inspec/tree/v3.2.0) (2018-12-20)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Rebuild Hab package. [#3670](https://github.com/inspec/inspec/pull/3670) ([jquick](https://github.com/jquick))
|
||||
#### New Features
|
||||
- Expose additional WinRM options for transport, basic auth, and SSPI [#3669](https://github.com/inspec/inspec/pull/3669) ([frezbo](https://github.com/frezbo))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.1.3 -->
|
||||
### Changes since 3.1.3 release
|
||||
|
||||
#### New Features
|
||||
- Expose additional WinRM options for transport, basic auth, and SSPI [#3669](https://github.com/inspec/inspec/pull/3669) ([frezbo](https://github.com/frezbo)) <!-- 3.2.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Rebuild Hab package. [#3670](https://github.com/inspec/inspec/pull/3670) ([jquick](https://github.com/jquick)) <!-- 3.1.4 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.1.4
|
||||
3.2.0
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.1.4'
|
||||
VERSION = '3.2.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue