Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy committed Nov 26, 2024
1 parent 0f56b62 commit 69574ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_network_topology/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'final')
VERSION = (1, 1, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 69574ba

Please sign in to comment.