From dbde6f725aec44eb3050b384f1a30d9b34d5c331 Mon Sep 17 00:00:00 2001 From: Dhrubajyoti Sadhu Date: Fri, 5 Jan 2024 17:11:00 +0000 Subject: [PATCH] Removed the check --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6b320..a2d1f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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). +## [4.2.2] - 2024-01-05 +### Fixed +- Conditional reading of Secrets from SecretManager fix. + ## [4.2.1] - 2024-01-05 ### Added - Added ECR permission to ECS tasks IAM role to support using ECR images.