From 2888927579f31bcd02b0d7d8f94e23ba65ae3cf5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:09:48 +0000 Subject: [PATCH] v1.6.1 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5f4b0a8..81cd540 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Re-enable invalidate on push for external contributions + hash: c403405182b2d3d4bfb50199127a1ee4309b88e1 + body: | + See: https://github.com/palantir/policy-bot/pull/602 + + See: https://github.com/product-os/policy-bot/pull/4 + + See: https://github.com/product-os/environment-production/pull/623 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 1.6.1 + title: "" + date: 2023-08-01T13:09:45.396Z - commits: - subject: Remove team restrictions and rely on write permissions check hash: f324fd2580460fe5057c56a9655150a3976e2690 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7398e8a..1ab8218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v1.6.1 +## (2023-08-01) + +* Re-enable invalidate on push for external contributions [Kyle Harding] + # v1.6.0 ## (2023-07-31) diff --git a/VERSION b/VERSION index ce6a70b..2eda823 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file