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"