diff --git a/CHANGELOG.md b/CHANGELOG.md index e366d4ad1f45c..8abeea5a12433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.160.0](https://github.com/aws/aws-cdk/compare/v1.159.0...v1.160.0) (2022-06-14) + + +### ⚠ Removal of Node 12 + +- Starting with this release, Node 12 is no longer supported and customers should upgrade to Node 14, 16, or 18. + +### Features + +* **cfnspec:** cloudformation spec v75.0.0 ([#20615](https://github.com/aws/aws-cdk/issues/20615)) ([0a13e09](https://github.com/aws/aws-cdk/commit/0a13e09af6299afed031c4c1814f621e4dd8e975)) + + +### Bug Fixes + +* **lambda:** deprecate Python3.6 ([#19988](https://github.com/aws/aws-cdk/issues/19988)) ([9602229](https://github.com/aws/aws-cdk/commit/9602229b6c9105fc4c0ade3348d0c250a2f39c6d)), closes [#20085](https://github.com/aws/aws-cdk/issues/20085) + + +### Miscellaneous Chores + +* **deps:** npm-check-updates && yarn upgrade ([#20684](https://github.com/aws/aws-cdk/issues/20684)) ([e661fe9](https://github.com/aws/aws-cdk/commit/e661fe9fa8c4978ea321507063d6739089bc69db)) + ## [1.159.0](https://github.com/aws/aws-cdk/compare/v1.158.0...v1.159.0) (2022-06-02) @@ -754,13 +775,13 @@ languages, and required convoluted workarounds, which can now be removed. ### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES -* **appsync:** The `CachingConfig#ttl` property is now required. +* **appsync:** The `CachingConfig#ttl` property is now required. [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html#cfn-appsync-resolver-cachingconfig-ttl * **glue:** the grantRead API previously included 'glue:BatchDeletePartition', and now it does not. - + ### Features diff --git a/version.v1.json b/version.v1.json index 49cbd4aa4fe3c..eb36cdb438a40 100644 --- a/version.v1.json +++ b/version.v1.json @@ -1,3 +1,3 @@ { - "version": "1.159.0" + "version": "1.160.0" } \ No newline at end of file