From 1dea9ef7538dc7e6e06d663cb13fa6037f0c6b61 Mon Sep 17 00:00:00 2001 From: troyready Date: Wed, 29 Apr 2020 17:43:23 -0700 Subject: [PATCH] v1.7.3 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1cba1f87..e90bce8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.7.3] - 2020-04-29 ### Fixed - Static Site Auth@Edge deployments with pre-existing userpools @@ -801,7 +802,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Fix changed CFN parameters not being displayed during `runway plan`. -[Unreleased]: https://github.com/onicagroup/runway/compare/v1.7.2...HEAD +[Unreleased]: https://github.com/onicagroup/runway/compare/v1.7.3...HEAD +[1.7.3]: https://github.com/onicagroup/runway/compare/v1.7.2...v1.7.3 [1.7.2]: https://github.com/onicagroup/runway/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/onicagroup/runway/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/onicagroup/runway/compare/v1.6.1...v1.7.0