From 56bdfa130c88132edc2dca9826a7051d5a6fbd11 Mon Sep 17 00:00:00 2001 From: Scott Taubman <86254668+scott-taubman@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:30:20 -0400 Subject: [PATCH] 3.6.0 --- CHANGELOG.rst | 17 +++++++++++++++++ brewtils/__version__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dec979c8..0ad43866 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,23 @@ Brewtils Changelog ================== +3.6.0 +----- +9/22/21 + +Bug Fixes +^^^^^^^^^ +- Fixed issues related to interacting with beer-garden urls containing unicode characters (Issue #339 / PR #344) + +New Features +^^^^^^^^^^^^ +- Added `export_jobs` and `import_jobs` to EasyClient (Issue #353 / PR #337) +- Added `create_garden` and `remove_garden` to EasyClient (Issue #348 / PR #350) + +Other Changes +^^^^^^^^^^^^^ +- Added schemas for use in future authorization related features (Issue #345 / PR #347) + 3.5.0 ----- 8/18/21 diff --git a/brewtils/__version__.py b/brewtils/__version__.py index a7bea317..d581fd15 100644 --- a/brewtils/__version__.py +++ b/brewtils/__version__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.5.0" +__version__ = "3.6.0"