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