mirror of
https://github.com/inspec/inspec
synced 2025-02-18 06:58:40 +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
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 3.1.4 -->
|
<!-- latest_release 3.2.0 -->
|
||||||
## [v3.1.4](https://github.com/inspec/inspec/tree/v3.1.4) (2018-12-14)
|
## [v3.2.0](https://github.com/inspec/inspec/tree/v3.2.0) (2018-12-20)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### New Features
|
||||||
- Rebuild Hab package. [#3670](https://github.com/inspec/inspec/pull/3670) ([jquick](https://github.com/jquick))
|
- 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 -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=3.1.3 -->
|
<!-- release_rollup since=3.1.3 -->
|
||||||
### Changes since 3.1.3 release
|
### 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
|
#### Merged Pull Requests
|
||||||
- Rebuild Hab package. [#3670](https://github.com/inspec/inspec/pull/3670) ([jquick](https://github.com/jquick)) <!-- 3.1.4 -->
|
- Rebuild Hab package. [#3670](https://github.com/inspec/inspec/pull/3670) ([jquick](https://github.com/jquick)) <!-- 3.1.4 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.1.4
|
3.2.0
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '3.1.4'
|
VERSION = '3.2.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue