From 16770174e54f39d4e56ae3a056a4fb2531958eb5 Mon Sep 17 00:00:00 2001 From: Doug Toppin Date: Tue, 7 Feb 2023 15:02:52 -0500 Subject: [PATCH] Update to v6.1.1, set release date, include PR link --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbcba1ca..594ede86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [6.1.1] - 2023-02-02 +## [6.1.1] - 2023-02-09 ### Added - package-lock.json for all modules [#426](https://github.com/aws-solutions/serverless-image-handler/pull/426) - github workflows for running unit test, eslint and prettier formatting, cdk nag, security scans [#402](https://github.com/aws-solutions/serverless-image-handler/pull/402) - demo-ui unicode support [#416](https://github.com/aws-solutions/serverless-image-handler/issues/416) -- support for multiple cloudformation stack deployments in the same region +- support for multiple cloudformation stack deployments in the same region [#438](https://github.com/aws-solutions/serverless-image-handler/pull/438) ### Changed