From 889f6502ddfa80f701863f02ea560894ba08a999 Mon Sep 17 00:00:00 2001 From: David Lee Date: Thu, 18 May 2023 08:59:35 -0700 Subject: [PATCH] chore(release): 1.7.1 --- v2/CHANGELOG.md | 7 +++++++ v2/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index d6a1d6b6..a43f4912 100644 --- a/v2/CHANGELOG.md +++ b/v2/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.7.1](https://github.com/DataDog/datadog-cdk-constructs/compare/v2-1.7.0...v2-1.7.1) (2023-05-18) + + +### Bug Fixes + +* auto grant secret read permissions python package bug ([#181](https://github.com/DataDog/datadog-cdk-constructs/issues/181)) ([dec8ead](https://github.com/DataDog/datadog-cdk-constructs/commit/dec8ead28d8c8f262508d9896159a746b0fc7dd1)) + ## [1.7.0](https://github.com/DataDog/datadog-cdk-constructs/compare/v2-1.6.1...v2-1.7.0) (2023-05-17) diff --git a/v2/version.json b/v2/version.json index 6076f7d2..96bed229 100644 --- a/v2/version.json +++ b/v2/version.json @@ -1,3 +1,3 @@ { - "version": "1.7.0" + "version": "1.7.1" }