diff --git a/CHANGELOG.md b/CHANGELOG.md index a118ada56..74385d05a 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. +## [1.114.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.113.0...v1.114.0) (2021-07-27) + +### Changed + +* Upgraded all patterns to CDK v1.114.0 + ## [1.113.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.112.0...v1.113.0) (2021-07-27) ### Changed diff --git a/source/lerna.json b/source/lerna.json index 9f0c63a4f..38ab8776c 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.113.0" + "version": "1.114.0" }