Bump version to 1.35.3 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-09-05 12:37:41 +00:00
parent 09b145122d
commit dbb4311693
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log # Change Log
<!-- latest_release 1.35.2 --> <!-- latest_release 1.35.3 -->
## [v1.35.2](https://github.com/chef/inspec/tree/v1.35.2) (2017-09-03) ## [v1.35.3](https://github.com/chef/inspec/tree/v1.35.3) (2017-09-05)
#### Enhancements #### Bug Fixes
- File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Modify linux regular expression to handle process names with spaces [#2117](https://github.com/chef/inspec/pull/2117) ([ChadScott](https://github.com/ChadScott))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=1.35.1 --> <!-- release_rollup since=1.35.1 -->
### Changes since 1.35.1 release ### Changes since 1.35.1 release
#### Bug Fixes
- Modify linux regular expression to handle process names with spaces [#2117](https://github.com/chef/inspec/pull/2117) ([ChadScott](https://github.com/ChadScott)) <!-- 1.35.3 -->
#### Enhancements #### Enhancements
- File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 1.35.2 --> - File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 1.35.2 -->
<!-- release_rollup --> <!-- release_rollup -->

View file

@ -1 +1 @@
1.35.2 1.35.3

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann # author: Christoph Hartmann
module Inspec module Inspec
VERSION = '1.35.2'.freeze VERSION = '1.35.3'.freeze
end end