Skip to content

Commit

Permalink
Updated changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
slahtine committed Sep 24, 2024
1 parent 1612691 commit 5286b07
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Version 4.0.0

Breaking changes:
- `device.create_qod_session()` now requires `duration` as a mandatory parameter
- `device.get_congestion()` now returns a list of `Congestion` objects

Changes:
- `device.verify_location()` may now return a "PARTIAL" result if the device is
partially inside the verification area

Fixes:
- Previously due to a miscommunication `device.sessions()` would return all
created sessions. These have now been correctly limited to device-specific ones

## Version 3.1.0

Changes:
Expand Down
2 changes: 1 addition & 1 deletion network_as_code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from .client import NetworkAsCodeClient

__version__ = "3.1.0"
__version__ = "4.0.0"

0 comments on commit 5286b07

Please sign in to comment.