From 6c30858ff1251857fcac783c694985005c9d96b3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 9 Aug 2018 13:21:34 +0000 Subject: [PATCH] Bump version to 2.2.60 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 92da57241..4261fc871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v2.2.59](https://github.com/inspec/inspec/tree/v2.2.59) (2018-08-09) + +## [v2.2.60](https://github.com/inspec/inspec/tree/v2.2.60) (2018-08-09) -#### Bug Fixes -- Error cleanly if a reporter errors while rendering [#3280](https://github.com/inspec/inspec/pull/3280) ([jquick](https://github.com/jquick)) +#### New Resources +- Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu)) ### Changes since 2.2.55 release +#### New Resources +- Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu)) + #### Enhancements - Adding docker plugin support [#3074](https://github.com/inspec/inspec/pull/3074) ([frezbo](https://github.com/frezbo)) diff --git a/VERSION b/VERSION index e77880738..dc12480fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.59 \ No newline at end of file +2.2.60 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index bea30d4d4..9ad37a4b8 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.59' + VERSION = '2.2.60' end