Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-taubman committed Sep 22, 2021
1 parent 0e98ace commit 56bdfa1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion brewtils/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "3.5.0"
__version__ = "3.6.0"

0 comments on commit 56bdfa1

Please sign in to comment.