From afe936ead1e4e429237ebfda887df5a76a420810 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 11 Apr 2019 20:23:32 +0000 Subject: [PATCH] Bump version to 4.0.5 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 10 ++++++++-- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba9e8a64..1adc4c08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Change Log - -## Unreleased + +## [v4.0.5](https://github.com/inspec/inspec/tree/v4.0.5) (2019-04-11) + +#### New Features +- Telemetry Object Model [#3928](https://github.com/inspec/inspec/pull/3928) ([miah](https://github.com/miah)) #### Merged Pull Requests - Fix winrm no-such-transport test [#3927](https://github.com/inspec/inspec/pull/3927) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -10,6 +13,9 @@ ### Changes since 3.9.0 release +#### New Features +- Telemetry Object Model [#3928](https://github.com/inspec/inspec/pull/3928) ([miah](https://github.com/miah)) + #### Merged Pull Requests - Fix winrm no-such-transport test [#3927](https://github.com/inspec/inspec/pull/3927) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Attribute->Input Rename: Rename cli option [#3879](https://github.com/inspec/inspec/pull/3879) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 7d666cb21..8b2dd6c36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.4 \ No newline at end of file +4.0.5 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ef2ea639c..56a129e27 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = '4.0.4'.freeze + VERSION = '4.0.5'.freeze end