mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 2.1.35 by Expeditor
This commit is contained in:
parent
6bfe741625
commit
eb3ae2aca4
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 2.1.34 -->
|
<!-- latest_release 2.1.35 -->
|
||||||
## [v2.1.34](https://github.com/chef/inspec/tree/v2.1.34) (2018-04-11)
|
## [v2.1.35](https://github.com/chef/inspec/tree/v2.1.35) (2018-04-11)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Enhancements
|
||||||
- Update filesystem.md.erb [#2909](https://github.com/chef/inspec/pull/2909) ([tlmikulski](https://github.com/tlmikulski))
|
- Add warning when returning DEFAULT_ATTRIBUTE [#2934](https://github.com/chef/inspec/pull/2934) ([TrevorBramble](https://github.com/TrevorBramble))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=2.1.30 -->
|
<!-- release_rollup since=2.1.30 -->
|
||||||
### Changes since 2.1.30 release
|
### Changes since 2.1.30 release
|
||||||
|
|
||||||
|
#### Enhancements
|
||||||
|
- Add warning when returning DEFAULT_ATTRIBUTE [#2934](https://github.com/chef/inspec/pull/2934) ([TrevorBramble](https://github.com/TrevorBramble)) <!-- 2.1.35 -->
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
- Update filesystem.md.erb [#2909](https://github.com/chef/inspec/pull/2909) ([tlmikulski](https://github.com/tlmikulski)) <!-- 2.1.34 -->
|
- Update filesystem.md.erb [#2909](https://github.com/chef/inspec/pull/2909) ([tlmikulski](https://github.com/tlmikulski)) <!-- 2.1.34 -->
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.1.34
|
2.1.35
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.1.34'
|
VERSION = '2.1.35'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue