From 5bed99fe368c5f7b3ee6aee8e5292e4356ed9153 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 6 Feb 2019 22:40:26 +0000 Subject: [PATCH] Bump version to 3.5.4 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bfd981e..0129cf22a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v3.5.3](https://github.com/inspec/inspec/tree/v3.5.3) (2019-02-06) + +## [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)) ### 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)) + #### Enhancements - Formalize Config File [#3750](https://github.com/inspec/inspec/pull/3750) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 678fd88a3..e5b8a844d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.3 \ No newline at end of file +3.5.4 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 262be3706..b41176293 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.5.3' + VERSION = '3.5.4' end