Skip to content

Commit 69574ba

Browse files
committed
1.1.1 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent 0f56b62 commit 69574ba

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
Version 1.1.1 [2024-11-26]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed websocket connection to use
11+
``OPENWISP_NETWORK_TOPOLOGY_API_BASEURL``.
12+
- Upgraded the ``netjsongraph.js`` library to include a patch for sending
13+
credentials in fetch requests.
14+
415
Version 1.1.0 [2024-11-22]
516
--------------------------
617

openwisp_network_topology/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0, 'final')
1+
VERSION = (1, 1, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)