From 649f50d3d2ded24faf8a0798eeb502929a3e53f5 Mon Sep 17 00:00:00 2001 From: Niranjan Jayakar Date: Tue, 1 Dec 2020 16:59:35 +0000 Subject: [PATCH] chore(release): 1.76.0 --- CHANGELOG.md | 7 +++++++ version.v1.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 485b074cc5d91..e3d66f8b2c4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.76.0](https://github.com/aws/aws-cdk/compare/v1.75.0...v1.76.0) (2020-12-01) + + +### Features + +* **lambda:** container images ([#11809](https://github.com/aws/aws-cdk/issues/11809)) ([02ced10](https://github.com/aws/aws-cdk/commit/02ced10739ecacc9ca39e9e0b563ddfbf5d0b245)) + ## [1.75.0](https://github.com/aws/aws-cdk/compare/v1.74.0...v1.75.0) (2020-11-24) diff --git a/version.v1.json b/version.v1.json index 2bac917cd4459..cbf6099fbebec 100644 --- a/version.v1.json +++ b/version.v1.json @@ -1,3 +1,3 @@ { - "version": "1.75.0" + "version": "1.76.0" }