Bump version to 3.6.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-02-06 22:43:19 +00:00
parent 05a011f6ff
commit eca5f74154
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.5.4 -->
## [v3.5.4](https://github.com/inspec/inspec/tree/v3.5.4) (2019-02-06)
<!-- latest_release 3.6.0 -->
## [v3.6.0](https://github.com/inspec/inspec/tree/v3.6.0) (2019-02-06)
#### 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))
- inspec-init plugin: generate inspec plugins [#3629](https://github.com/inspec/inspec/pull/3629) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=3.5.0 -->
### Changes since 3.5.0 release
#### New Features
- inspec-init plugin: generate inspec plugins [#3629](https://github.com/inspec/inspec/pull/3629) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.6.0 -->
- 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

View file

@ -1 +1 @@
3.5.4
3.6.0

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '3.5.4'
VERSION = '3.6.0'
end