Bump version to 1.35.5 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-09-06 12:19:10 +00:00
parent 19ab22f5e2
commit de2bd9aba3
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log # Change Log
<!-- latest_release 1.35.4 --> <!-- latest_release 1.35.5 -->
## [v1.35.4](https://github.com/chef/inspec/tree/v1.35.4) (2017-09-06) ## [v1.35.5](https://github.com/chef/inspec/tree/v1.35.5) (2017-09-06)
#### Bug Fixes #### Enhancements
- Fix alternate path profile chaining [#2121](https://github.com/chef/inspec/pull/2121) ([trevor-vaughan](https://github.com/trevor-vaughan)) - add nginx_conf accessors for http, servers, and locations [#2119](https://github.com/chef/inspec/pull/2119) ([arlimus](https://github.com/arlimus))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=1.35.1 --> <!-- release_rollup since=1.35.1 -->
@ -15,6 +15,7 @@
- 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 --> - 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
- add nginx_conf accessors for http, servers, and locations [#2119](https://github.com/chef/inspec/pull/2119) ([arlimus](https://github.com/arlimus)) <!-- 1.35.5 -->
- 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.4 1.35.5

View file

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