From 1f8d1fc7218549b37f2c3d9a4ff456834fff51cf Mon Sep 17 00:00:00 2001 From: Rizbi Hassan Date: Tue, 30 Jan 2024 11:49:52 -0600 Subject: [PATCH] updated changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a53402f..d5cd83392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,10 +27,18 @@ and includes an additional section for migration notes. ### Fixed -- *ORCA-823* Fixed security group errors of incorrect referenced resources in `modules/security-groups/main.tf` and `modules/security-groups/outputs.tf` - ### Security +## [9.0.3] 2024-01-30 + +### Migration Notes + +If you are migrating from ORCA v8.x.x to this version, see the migration notes under v9.0.0. + +### Fixed + +- *ORCA-823* Fixed security group errors of incorrect referenced resources in `modules/security-groups/main.tf` and `modules/security-groups/outputs.tf`. This fixes the deployment errors seen in ORCA v9.0.2. + ## [9.0.2] 2024-01-26 ### Migration Notes