From 989059da84898f6284b3d08623567711b190890e Mon Sep 17 00:00:00 2001 From: John B <73488256+jlrpnbbngtn@users.noreply.github.com> Date: Fri, 15 Oct 2021 10:24:25 -0400 Subject: [PATCH] 3.7.0 --- CHANGELOG.rst | 16 ++++++++++++++++ brewtils/__version__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ad43866..acd66f4f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,22 @@ Brewtils Changelog ================== +3.7.0 +----- +10/15/21 + +Bug Fixes +^^^^^^^^^ +- N/a + +New Features +^^^^^^^^^^^^ +- N/a + +Other Changes +^^^^^^^^^^^^^ +- Added `SystemDomainIdentifierSchema`, `GardenDomainIdentifierSchema` and `RoleAssignmentDomainSchema` schemas and updated the `RoleAssignmentSchema`. These changes require the role assignment schema to have a role assignment domain with nested data consisting of the system and garden domains (Issue #354 / PR #355) + 3.6.0 ----- 9/22/21 diff --git a/brewtils/__version__.py b/brewtils/__version__.py index d581fd15..265be7c8 100644 --- a/brewtils/__version__.py +++ b/brewtils/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.6.0" +__version__ = "3.7.0"