From 30acc75ea58469b4282a1ff96890021ed7e8e431 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 5 Jul 2018 17:55:05 +0000 Subject: [PATCH] Bump version to 2.2.29 by Chef 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 b625af642..1f6b6988a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v2.2.28](https://github.com/inspec/inspec/tree/v2.2.28) (2018-07-05) + +## [v2.2.29](https://github.com/inspec/inspec/tree/v2.2.29) (2018-07-05) -#### Enhancements -- Update the node platform issues to warn severity [#3186](https://github.com/inspec/inspec/pull/3186) ([jquick](https://github.com/jquick)) +#### Merged Pull Requests +- Fix vendor functional test to not validate a repo hash that can change. [#3198](https://github.com/inspec/inspec/pull/3198) ([miah](https://github.com/miah)) ### Changes since 2.2.27 release +#### Merged Pull Requests +- Fix vendor functional test to not validate a repo hash that can change. [#3198](https://github.com/inspec/inspec/pull/3198) ([miah](https://github.com/miah)) + #### Enhancements - Update the node platform issues to warn severity [#3186](https://github.com/inspec/inspec/pull/3186) ([jquick](https://github.com/jquick)) diff --git a/VERSION b/VERSION index 8c2d2f6b5..12ffd9fc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.28 \ No newline at end of file +2.2.29 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 65dbb10d7..9870370dd 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.28' + VERSION = '2.2.29' end