From 3fd15e984943fe295690d8b0654d77157ffda8e3 Mon Sep 17 00:00:00 2001 From: biffgaut Date: Fri, 12 Feb 2021 17:22:36 -0500 Subject: [PATCH] Update to version v1.87.0 --- .github/CODEOWNERS | 2 +- CHANGELOG.md | 5 +++++ source/lerna.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 426dadd55..c7e04fa47 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,4 +3,4 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, # @hnishar will be requested for review when someone opens a pull request. -* @hnishar @purplebari +* @hnishar @biffgaut diff --git a/CHANGELOG.md b/CHANGELOG.md index cb23c2241..13b7db2a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.87.0 (2021-02-12) + +### Changed +- Upgraded all patterns to CDK v1.87.0 + ## 1.86.0 (2021-02-12) ### Added diff --git a/source/lerna.json b/source/lerna.json index 53ee078b8..ee6f10d86 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.86.0" + "version": "1.87.0" }