From 22302bf4832fa8cb1d3ea55a8b2930893e57554a Mon Sep 17 00:00:00 2001 From: Marty Sweet Date: Tue, 8 May 2018 09:38:44 +0100 Subject: [PATCH] Update CHANGELOG for v1.7.1 (#166) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae9c4d..1b3ccd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.7.1] - 2018-05-08 ### Fixed - Merge PR #165, fixing GetAtt shorthand not accepting array parameters @@ -138,7 +140,8 @@ Versioning](http://semver.org/spec/v2.0.0.html). ### Added - Add pseudo parameter support -[Unreleased]: https://github.com/martysweet/cfn-lint/compare/v1.7.0...HEAD +[Unreleased]: https://github.com/martysweet/cfn-lint/compare/v1.7.1...HEAD +[1.7.1]: https://github.com/martysweet/cfn-lint/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/martysweet/cfn-lint/compare/v1.6.2...v1.7.0 [1.6.2]: https://github.com/martysweet/cfn-lint/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/martysweet/cfn-lint/compare/v1.6.0...v1.6.1