mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 3.5.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
48711fa7bb
commit
5bed99fe36
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.5.3 -->
|
||||
## [v3.5.3](https://github.com/inspec/inspec/tree/v3.5.3) (2019-02-06)
|
||||
<!-- latest_release 3.5.4 -->
|
||||
## [v3.5.4](https://github.com/inspec/inspec/tree/v3.5.4) (2019-02-06)
|
||||
|
||||
#### Enhancements
|
||||
- Formalize Config File [#3750](https://github.com/inspec/inspec/pull/3750) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### New Features
|
||||
- filesystem: Add free_kb, size_kb, type, and percent_free properties [#3778](https://github.com/inspec/inspec/pull/3778) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.5.0 -->
|
||||
### Changes since 3.5.0 release
|
||||
|
||||
#### New Features
|
||||
- filesystem: Add free_kb, size_kb, type, and percent_free properties [#3778](https://github.com/inspec/inspec/pull/3778) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.5.4 -->
|
||||
|
||||
#### Enhancements
|
||||
- Formalize Config File [#3750](https://github.com/inspec/inspec/pull/3750) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.5.3 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.5.3
|
||||
3.5.4
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.5.3'
|
||||
VERSION = '3.5.4'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue