We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa83cb commit 76af7e8Copy full SHA for 76af7e8
2 files changed
docs/changelog.rst
@@ -1,6 +1,17 @@
1
Changelog
2
---------
3
4
+3.4.0.0
5
+^^^^^^^
6
+
7
+Monday 25th Mar 2024
8
9
+## What's Changed
10
11
+* Add build test and update issue template by @cderici in https://github.com/juju/python-libjuju/pull/1030
12
+* fix: machine scp & ssh by @yanksyoon in https://github.com/juju/python-libjuju/pull/1020
13
+* Bugfix none type on master by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1036
14
15
3.3.1.1
16
^^^^^^^
17
juju/version.py
@@ -5,4 +5,4 @@
DEFAULT_ARCHITECTURE = 'amd64'
-CLIENT_VERSION = "3.3.1.1"
+CLIENT_VERSION = "3.4.0.0"
0 commit comments