From a3f4833069b9566bd4d8628d58bb897ca7ff9971 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 19 Apr 2018 17:51:21 +0000 Subject: [PATCH] Bump version to 2.1.54 by Expeditor --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80af8502f..fff90c48f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.1.53](https://github.com/chef/inspec/tree/v2.1.53) (2018-04-19) + +## [v2.1.54](https://github.com/chef/inspec/tree/v2.1.54) (2018-04-19) -#### Enhancements -- Make names for AWS Config service objects optional [#2928](https://github.com/chef/inspec/pull/2928) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### Bug Fixes +- Add missing `git` to Dockerfile. [#2969](https://github.com/chef/inspec/pull/2969) ([miah](https://github.com/miah)) @@ -17,6 +17,7 @@ - Inline and attached policies for aws_iam_user and aws_iam_users [#2947](https://github.com/chef/inspec/pull/2947) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Bug Fixes +- Add missing `git` to Dockerfile. [#2969](https://github.com/chef/inspec/pull/2969) ([miah](https://github.com/miah)) - updating kitchen-puppet example for the `puppet_apply` provisioner [#2972](https://github.com/chef/inspec/pull/2972) ([moutons](https://github.com/moutons)) - Policy statement search: don't stacktrace on missing field [#2962](https://github.com/chef/inspec/pull/2962) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Fixed numerous naming errors in aws_iam_vpcs integration tests [#2961](https://github.com/chef/inspec/pull/2961) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 091b5b6a8..fbc0fa55f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.53 \ No newline at end of file +2.1.54 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c8550a4fc..7a2c8414a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.53' + VERSION = '2.1.54' end