From b2597cecfa31a807e9f86d143be5da41d63a6073 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 24 Oct 2017 20:23:08 +0000 Subject: [PATCH] Bump version to 1.43.1 by Expeditor --- 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 2771d4374..4e17920df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v1.43.0](https://github.com/chef/inspec/tree/v1.43.0) (2017-10-20) + +## [v1.43.1](https://github.com/chef/inspec/tree/v1.43.1) (2017-10-24) -#### New Resources -- new resource: elasticsearch resource, test cluster/node state [#2261](https://github.com/chef/inspec/pull/2261) ([adamleff](https://github.com/adamleff)) +#### Bug Fixes +- Fix regression when uploading compliance profiles [#2264](https://github.com/chef/inspec/pull/2264) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) ### Changes since 1.42.3 release +#### Bug Fixes +- Fix regression when uploading compliance profiles [#2264](https://github.com/chef/inspec/pull/2264) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) + #### New Resources - new resource: elasticsearch resource, test cluster/node state [#2261](https://github.com/chef/inspec/pull/2261) ([adamleff](https://github.com/adamleff)) diff --git a/VERSION b/VERSION index f2725482b..288fbe83c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.43.0 \ No newline at end of file +1.43.1 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c1adab4a5..99f9787d6 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.43.0'.freeze + VERSION = '1.43.1'.freeze end