From a83ae6ac5d703eb8b04f38ebee50248b70c5254c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 9 Aug 2018 13:24:46 +0000 Subject: [PATCH] Bump version to 2.2.61 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4261fc871..a7c5537b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.2.60](https://github.com/inspec/inspec/tree/v2.2.60) (2018-08-09) + +## [v2.2.61](https://github.com/inspec/inspec/tree/v2.2.61) (2018-08-09) #### New Resources -- Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu)) +- add iis_app_pool resource [#2400](https://github.com/inspec/inspec/pull/2400) ([strocknar](https://github.com/strocknar)) ### Changes since 2.2.55 release #### New Resources +- add iis_app_pool resource [#2400](https://github.com/inspec/inspec/pull/2400) ([strocknar](https://github.com/strocknar)) - Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu)) #### Enhancements diff --git a/VERSION b/VERSION index dc12480fd..7284b0808 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.60 \ No newline at end of file +2.2.61 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 9ad37a4b8..37b1bd9c1 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.60' + VERSION = '2.2.61' end