From 9b00e76919ed5011fa777717e38dc53bc7eded0b Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Thu, 14 Jul 2022 18:49:47 +0000 Subject: [PATCH 1/2] chore(release): 1.164.0 --- CHANGELOG.md | 13 +++++++++++++ version.v1.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be08de47cda4c..889a9463e6212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +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. +## [1.164.0](https://github.com/aws/aws-cdk/compare/v1.163.2...v1.164.0) (2022-07-14) + + +### Features + +* **cfnspec:** cloudformation spec v79.0.0 ([#21054](https://github.com/aws/aws-cdk/issues/21054)) ([536f5ee](https://github.com/aws/aws-cdk/commit/536f5ee9f0177ab1a5bca80add22f4423706c8ec)) + + +### Bug Fixes + +* **custom-resources:** Custom resource provider framework not passing `ResponseURL` to user function (backport [#21117](https://github.com/aws/aws-cdk/issues/21117)) ([#21123](https://github.com/aws/aws-cdk/issues/21123)) ([e280dfe](https://github.com/aws/aws-cdk/commit/e280dfe7c5062c76a2be2ed2ad5f623e57fdb188)) +* **ec2:** deprecated `SubnetType` enums are treated incorrectly (backport [#21140](https://github.com/aws/aws-cdk/issues/21140)) ([#21141](https://github.com/aws/aws-cdk/issues/21141)) ([683298e](https://github.com/aws/aws-cdk/commit/683298e151d9283e1c0b5c53fcdbc127ab6aad43)) + ## [1.163.2](https://github.com/aws/aws-cdk/compare/v1.163.1...v1.163.2) (2022-07-13) diff --git a/version.v1.json b/version.v1.json index 40be29d19f6e2..29605b4b69018 100644 --- a/version.v1.json +++ b/version.v1.json @@ -1,3 +1,3 @@ { - "version": "1.163.2" + "version": "1.164.0" } \ No newline at end of file From afc3533d93b6c4b4b0fe82ead883c8e21656b1ba Mon Sep 17 00:00:00 2001 From: Kaizen Conroy Date: Thu, 14 Jul 2022 15:01:00 -0400 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 889a9463e6212..43dfb67df5a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes -* **custom-resources:** Custom resource provider framework not passing `ResponseURL` to user function (backport [#21117](https://github.com/aws/aws-cdk/issues/21117)) ([#21123](https://github.com/aws/aws-cdk/issues/21123)) ([e280dfe](https://github.com/aws/aws-cdk/commit/e280dfe7c5062c76a2be2ed2ad5f623e57fdb188)) * **ec2:** deprecated `SubnetType` enums are treated incorrectly (backport [#21140](https://github.com/aws/aws-cdk/issues/21140)) ([#21141](https://github.com/aws/aws-cdk/issues/21141)) ([683298e](https://github.com/aws/aws-cdk/commit/683298e151d9283e1c0b5c53fcdbc127ab6aad43)) ## [1.163.2](https://github.com/aws/aws-cdk/compare/v1.163.1...v1.163.2) (2022-07-13)