From b75e41b56cf9c939584fb3bb2a2711387d5fd082 Mon Sep 17 00:00:00 2001 From: Nick Lynch Date: Fri, 11 Jun 2021 14:14:37 +0100 Subject: [PATCH] chore(release): 1.108.1 --- CHANGELOG.md | 9 ++++++++- version.v1.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8b3d4e4c906..2121b5a6d8653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ 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.108.1](https://github.com/aws/aws-cdk/compare/v1.108.0...v1.108.1) (2021-06-11) + + +### Features + +* **cfnspec:** cloudformation spec v39.1.0 ([af74354](https://github.com/aws/aws-cdk/commit/af7435494ba938b036e85435b5dcb590082fc378)) + ## [1.108.0](https://github.com/aws/aws-cdk/compare/v1.107.0...v1.108.0) (2021-06-09) -### ⚠ BREAKING CHANGES +### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES * **cfnspec:** `imageScanningConfiguration` property of `ecr.CfnRepository` now accepts `scanOnPush` instead of `ScanOnPush` (notice the casing change). diff --git a/version.v1.json b/version.v1.json index 986a6e0396196..773fc3b689a17 100644 --- a/version.v1.json +++ b/version.v1.json @@ -1,3 +1,3 @@ { - "version": "1.108.0" + "version": "1.108.1" }