diff --git a/CHANGELOG.md b/CHANGELOG.md index 334f0058d..022bf7efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.18.35](https://github.com/inspec/inspec/tree/v4.18.35) (2019-11-13) + +## [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)) @@ -18,6 +18,7 @@ - Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) #### Merged Pull Requests +- Correct filesystem resource docs for windows example [#4713](https://github.com/inspec/inspec/pull/4713) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Fix windows testing [#4390](https://github.com/inspec/inspec/pull/4390) ([zenspider](https://github.com/zenspider)) - Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm)) - Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index 6a202b359..e5ddd1874 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.35 \ No newline at end of file +4.18.36 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 0f197ad3b..a111a6d08 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -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 diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 799ef8c2d..344668d79 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.35".freeze + VERSION = "4.18.36".freeze end