mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.35.3 by Chef Expeditor
This commit is contained in:
parent
09b145122d
commit
dbb4311693
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
|
||||
<!-- latest_release 1.35.2 -->
|
||||
## [v1.35.2](https://github.com/chef/inspec/tree/v1.35.2) (2017-09-03)
|
||||
<!-- latest_release 1.35.3 -->
|
||||
## [v1.35.3](https://github.com/chef/inspec/tree/v1.35.3) (2017-09-05)
|
||||
|
||||
#### Enhancements
|
||||
- File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### 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))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.35.1 -->
|
||||
### 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
|
||||
- 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.35.2
|
||||
1.35.3
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.35.2'.freeze
|
||||
VERSION = '1.35.3'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue