Skip to content

Commit 9c47d1f

Browse files
committed
Release notes for 3.5.0.0
1 parent 41a242b commit 9c47d1f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

docs/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
---------
33

4+
3.5.0.0
5+
^^^^^^^
6+
7+
Thursday 30th May 2024
8+
9+
## What's Changed
10+
11+
* Make consume respect the controller name in the url by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1038
12+
* Fix multiline description in textarea in bug template GH workflow by @cderici in https://github.com/juju/python-libjuju/pull/1041
13+
* Fix issue with microk8s proxy by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1044
14+
* add missing "revision" parameter to addModel step. by @Thanhphan1147 in https://github.com/juju/python-libjuju/pull/1043
15+
* Add user api to pylibjuju documentation by @cderici in https://github.com/juju/python-libjuju/pull/1049
16+
417
3.4.0.0
518
^^^^^^^
619

juju/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
DEFAULT_ARCHITECTURE = 'amd64'
77

8-
CLIENT_VERSION = "3.4.0.0"
8+
CLIENT_VERSION = "3.5.0.0"

0 commit comments

Comments
 (0)