diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe1c719c..86e6cc31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.58.1](https://github.com/awslabs/aws-solutions-constructs/compare/v2.58.0...v2.58.1) (2024-05-28) + +Built on CDK v2.143.0 + +No library changes - testing changes in our CI/CD process + ## [2.58.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.57.0...v2.58.0) (2024-05-25) Built on CDK v2.143.0 diff --git a/source/lerna.json b/source/lerna.json index 53c404972..5eaa32018 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.58.0" + "version": "2.58.1" }