Bump version to 4.18.36 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-11-13 20:35:08 +00:00
parent e87a99ddd6
commit 95a8b55dcb
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.35 -->
## [v4.18.35](https://github.com/inspec/inspec/tree/v4.18.35) (2019-11-13)
<!-- latest_release 4.18.36 -->
## [v4.18.36](https://github.com/inspec/inspec/tree/v4.18.36) (2019-11-13)
#### Merged Pull Requests
- Fix windows testing [#4390](https://github.com/inspec/inspec/pull/4390) ([zenspider](https://github.com/zenspider))
- Correct filesystem resource docs for windows example [#4713](https://github.com/inspec/inspec/pull/4713) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.18.24 -->
@ -18,6 +18,7 @@
- Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.18.27 -->
#### Merged Pull Requests
- Correct filesystem resource docs for windows example [#4713](https://github.com/inspec/inspec/pull/4713) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.36 -->
- Fix windows testing [#4390](https://github.com/inspec/inspec/pull/4390) ([zenspider](https://github.com/zenspider)) <!-- 4.18.35 -->
- Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm)) <!-- 4.18.33 -->
- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) <!-- 4.18.32 -->

View file

@ -1 +1 @@
4.18.35
4.18.36

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.18.35".freeze
VERSION = "4.18.36".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.35".freeze
VERSION = "4.18.36".freeze
end