Skip to content

Commit

Permalink
Merge pull request #1056 from Aflynn50/release-3.5.0.0
Browse files Browse the repository at this point in the history
#1056

## What's Changed
* Make consume respect the controller name in the url by @Aflynn50 in #1038
* Fix multiline description in textarea in bug template GH workflow by @cderici in #1041
* Fix issue with microk8s proxy by @Aflynn50 in #1044
* add missing "revision" parameter to addModel step. by @Thanhphan1147 in #1043
* Add user api to pylibjuju documentation by @cderici in #1049

## New Contributors
* @Thanhphan1147 made their first contribution in #1043

**Full Changelog**: 3.4.0.0...3.5.0.0
  • Loading branch information
jujubot authored May 31, 2024
2 parents 41a242b + 9c47d1f commit 77f02b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
---------

3.5.0.0
^^^^^^^

Thursday 30th May 2024

## What's Changed

* Make consume respect the controller name in the url by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1038
* Fix multiline description in textarea in bug template GH workflow by @cderici in https://github.com/juju/python-libjuju/pull/1041
* Fix issue with microk8s proxy by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1044
* add missing "revision" parameter to addModel step. by @Thanhphan1147 in https://github.com/juju/python-libjuju/pull/1043
* Add user api to pylibjuju documentation by @cderici in https://github.com/juju/python-libjuju/pull/1049

3.4.0.0
^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion juju/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

DEFAULT_ARCHITECTURE = 'amd64'

CLIENT_VERSION = "3.4.0.0"
CLIENT_VERSION = "3.5.0.0"

0 comments on commit 77f02b2

Please sign in to comment.