From 31768203d01ccbd38f582fa61fb3fcf052e482b3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 18 Jul 2019 19:45:27 +0000 Subject: [PATCH] Bump version to 1.0.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++++-- VERSION | 2 +- inspec.yml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0eaf0885..855373a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ - + +## [v1.0.1](https://github.com/inspec/inspec-aws/tree/v1.0.1) (2019-07-18) + +#### Merged Pull Requests +- Fix quoting on inspec.yml [#117](https://github.com/inspec/inspec-aws/pull/117) ([clintoncwolfe](https://github.com/clintoncwolfe)) + + ## [v1.0.0](https://github.com/inspec/inspec-aws/tree/v1.0.0) (2019-07-18) #### Merged Pull Requests - Set versions for pinned version release [#116](https://github.com/inspec/inspec-aws/pull/116) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update inspec version [#105](https://github.com/inspec/inspec-aws/pull/105) ([rmoles](https://github.com/rmoles)) - ## [v0.1.1](https://github.com/inspec/inspec-aws/tree/v0.1.1) (2019-07-17) diff --git a/VERSION b/VERSION index 3eefcb9dd..7f207341d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1 \ No newline at end of file diff --git a/inspec.yml b/inspec.yml index 892f9ae3b..8b4d8a212 100644 --- a/inspec.yml +++ b/inspec.yml @@ -4,6 +4,6 @@ maintainer: spaterson@chef.io,russell.seymour@turtlesystems.co.uk summary: This resource pack provides compliance resources for AWS. copyright: spaterson@chef.io,russell.seymour@turtlesystems.co.uk copyright_email: spaterson@chef.io,russell.seymour@turtlesystems.co.uk -version: 1.0.0 +version: 1.0.1 license: Apache-2.0 inspec_version: '>= 4.7.3'