diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c66be0e..54a6b1901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,19 @@ 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.23.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.22.0...v2.23.0) (2022-09-12) +## [2.24.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.23.0...v2.24.0) (2022-09-13) (no changes in this release) +Note - 2.24.0 is not available in Maven + +## [2.23.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.22.0...v2.23.0) (2022-09-12) +(no changes in this release) +Note - 2.23.0 is not available in Maven ## [2.22.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.21.0...v2.22.0) (2022-09-11) (no changes in this release) -Note - 2.22.0 was not released to Maven +Note - 2.22.0 is not available in Maven ## [2.21.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.20.0...v2.21.0) (2022-08-26) diff --git a/source/lerna.json b/source/lerna.json index a0d6b52de..54cd302e7 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.23.0" + "version": "2.24.0" }