From 69574badb0f37e56e79bdc065506f62f27e01b7b Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 27 Nov 2024 01:19:35 +0530 Subject: [PATCH] 1.1.1 release Signed-off-by: Gagan Deep --- CHANGES.rst | 11 +++++++++++ openwisp_network_topology/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2283803..876934c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Changelog ========= +Version 1.1.1 [2024-11-26] +-------------------------- + +Bugfixes +~~~~~~~~ + +- Fixed websocket connection to use + ``OPENWISP_NETWORK_TOPOLOGY_API_BASEURL``. +- Upgraded the ``netjsongraph.js`` library to include a patch for sending + credentials in fetch requests. + Version 1.1.0 [2024-11-22] -------------------------- diff --git a/openwisp_network_topology/__init__.py b/openwisp_network_topology/__init__.py index 5616c29..5327dc4 100644 --- a/openwisp_network_topology/__init__.py +++ b/openwisp_network_topology/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'final') +VERSION = (1, 1, 1, 'final') __version__ = VERSION # alias