From 53fdc2ef6cbea3e12fac8356335afa9164fb74ba Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Wed, 22 Dec 2021 09:04:27 +0000 Subject: [PATCH] chore(release): 2.3.0 --- CHANGELOG.v2.alpha.md | 2 ++ CHANGELOG.v2.md | 2 ++ version.v2.json | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.v2.alpha.md b/CHANGELOG.v2.alpha.md index a03c218a67304..ba67793514a4f 100644 --- a/CHANGELOG.v2.alpha.md +++ b/CHANGELOG.v2.alpha.md @@ -2,6 +2,8 @@ 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.3.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.2.0-alpha.0...v2.3.0-alpha.0) (2021-12-22) + ## [2.2.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.1.0-alpha.0...v2.2.0-alpha.0) (2021-12-15) diff --git a/CHANGELOG.v2.md b/CHANGELOG.v2.md index 1fbe146ec1272..ad10ccbf25824 100644 --- a/CHANGELOG.v2.md +++ b/CHANGELOG.v2.md @@ -2,6 +2,8 @@ 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.3.0](https://github.com/aws/aws-cdk/compare/v2.2.0...v2.3.0) (2021-12-22) + ## [2.2.0](https://github.com/aws/aws-cdk/compare/v2.1.0...v2.2.0) (2021-12-15) diff --git a/version.v2.json b/version.v2.json index 5fee125639ed3..a521ecb24810c 100644 --- a/version.v2.json +++ b/version.v2.json @@ -1,4 +1,4 @@ { - "version": "2.2.0", - "alphaVersion": "2.2.0-alpha.0" + "version": "2.3.0", + "alphaVersion": "2.3.0-alpha.0" } \ No newline at end of file