From 0f14dc8564111a6c217e106256ff90497cd7331b Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Fri, 13 Jan 2023 18:01:18 +0000 Subject: [PATCH] 1.8 --- CHANGES.md | 15 +++++++++++++++ changelog.d/64.misc | 1 - changelog.d/67.feature | 1 - 3 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/64.misc delete mode 100644 changelog.d/67.feature diff --git a/CHANGES.md b/CHANGES.md index 4816d1a..07a948a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +1.8 (2023-01-13) +================ + +Features +-------- + +- Add config option to block unknown appplication names. ([\#67](https://github.com/matrix-org/rageshake/issues/67)) + + +Internal Changes +---------------- + +- Reimplement buildkite linting and changelog in GHA. ([\#64](https://github.com/matrix-org/rageshake/issues/64)) + + 1.7 (2022-04-14) ================ diff --git a/changelog.d/64.misc b/changelog.d/64.misc deleted file mode 100644 index dd5dc2e..0000000 --- a/changelog.d/64.misc +++ /dev/null @@ -1 +0,0 @@ -Reimplement buildkite linting and changelog in GHA. diff --git a/changelog.d/67.feature b/changelog.d/67.feature deleted file mode 100644 index f58daa3..0000000 --- a/changelog.d/67.feature +++ /dev/null @@ -1 +0,0 @@ -Add config option to block unknown appplication names.