Skip to content

Commit 76ed3be

Browse files
authored
Merge pull request #1402 from awslabs/bump/2.92.1
chore(release): 2.92.1
2 parents 18d03b7 + 1284c33 commit 76ed3be

File tree

15 files changed

+639
-1111
lines changed

15 files changed

+639
-1111
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
## [2.92.1](https://github.com/awslabs/aws-solutions-constructs/compare/v2.92.0...v2.92.1) (2025-08-22)
6+
7+
Built on CDK 2.212.0
8+
59
## [2.92.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.91.0...v2.92.0) (2025-08-21)
610

711
Built on CDK 2.210.0

deployment/v2/align-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2];
1010
const targetSolutionsConstructsVersion = process.argv[3];
1111

1212
// these versions need to be sourced from a config file
13-
const awsCdkLibVersion = '2.210.0';
13+
const awsCdkLibVersion = '2.212.0';
1414

1515
for (const file of process.argv.splice(4)) {
1616
const pkg = JSON.parse(fs.readFileSync(file).toString());

0 commit comments

Comments
 (0)