mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Bump version to 3.2.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
e24de171df
commit
bb3b0059d8
3 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# 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.2.5 -->
|
<!-- latest_release 3.2.6 -->
|
||||||
## [v3.2.5](https://github.com/inspec/inspec/tree/v3.2.5) (2018-12-20)
|
## [v3.2.6](https://github.com/inspec/inspec/tree/v3.2.6) (2018-12-20)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
- Adjust version number for availability of aws_sqs_queue [#3685](https://github.com/inspec/inspec/pull/3685) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
- Add note to install from OS package when possible [#3686](https://github.com/inspec/inspec/pull/3686) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=3.1.3 -->
|
<!-- release_rollup since=3.1.3 -->
|
||||||
|
@ -24,6 +24,7 @@
|
||||||
- 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 -->
|
- 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
|
||||||
|
- Add note to install from OS package when possible [#3686](https://github.com/inspec/inspec/pull/3686) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.2.6 -->
|
||||||
- Adjust version number for availability of aws_sqs_queue [#3685](https://github.com/inspec/inspec/pull/3685) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.2.5 -->
|
- Adjust version number for availability of aws_sqs_queue [#3685](https://github.com/inspec/inspec/pull/3685) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.2.5 -->
|
||||||
- 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.2.5
|
3.2.6
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '3.2.5'
|
VERSION = '3.2.6'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue