From 96c02147d9e9d1f4cbbc781cf82f3a8c6c77cf53 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:19:21 +0000 Subject: [PATCH] Updating change log --- .github/workflows/pr-actions.yml | 2 +- CHANGELOG.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index 1b1a7a53..6477ba5c 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11','3.12'] + python-version: [ '3.8', '3.9', '3.10', '3.11'] os: ['ubuntu-latest'] name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }} steps: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b09e45d2..f9b2e699 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,8 @@ Brewtils Changelog TBD - Added new KWARG input to @command for tag/tags. This can be utilized for filtering commands. +- Adding defaul topic for PublishClient to Plugins {Namespace}.{System}.{Version}.{Instance} +- Removed Python 12 support until we upgrade Marshmallow dependency to 3.15 or greater 3.21.0 ------