diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5d44040..f7fde29ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +## [1.159.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.12.0...v1.159.0) (2022-08-01) + +* Upgraded all patterns to CDK v1.159.0 + ## [1.158.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.11.0...v1.158.0) (2022-07-26) * Upgraded all patterns to CDK v1.158.0 diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index 87eae3d84..fd3f42a7a 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -2,6 +2,10 @@ 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.12.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.11.0...v2.12.0) (2022-07-26) + +* Built upon underlying CDK version V2.25.0 + ## [2.11.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.10.0...v2.11.0) (2022-07-18) * Built upon underlying CDK version V2.24.0 diff --git a/deployment/v2/align-version.js b/deployment/v2/align-version.js index d798207ef..88dc416c0 100755 --- a/deployment/v2/align-version.js +++ b/deployment/v2/align-version.js @@ -10,7 +10,7 @@ const findVersion = process.argv[2]; const replaceVersion = process.argv[3]; // these versions need to be sourced from a config file -const awsCdkLibVersion = '2.24.0'; +const awsCdkLibVersion = '2.25.0'; const constructsVersion = '10.0.0'; const MODULE_EXEMPTIONS = new Set([ '@aws-cdk/cloudformation-diff', diff --git a/source/lerna.json b/source/lerna.json index 886f3571d..ce625a32f 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.158.0" + "version": "1.159.0" } diff --git a/source/lerna.v2.json b/source/lerna.v2.json index 0a3022dea..a7788ca8d 100644 --- a/source/lerna.v2.json +++ b/source/lerna.v2.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.11.0" + "version": "2.12.0" }