diff --git a/CHANGELOG b/CHANGELOG index 4f8dccbf1..002098669 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ # Change Log +## 2.2.48 08/07/2024 + +* Use "experimental features" to allow bypassing hostname validation. Ref #3524 +* Update appliance_v8.json. Ref https://github.com/GNS3/gns3-registry/pull/897 +* Option to keep the compute IDs unchanged when exporting a project +* Upgrade sentry-sdk and psutil packages +* Switch to PyQt5 5.15.10 for macOS build + ## 2.2.47 15/05/2024 * Remove maximum size for capture dialog. Ref #3576 diff --git a/gns3/crash_report.py b/gns3/crash_report.py index 2cd34b7ea..458792681 100644 --- a/gns3/crash_report.py +++ b/gns3/crash_report.py @@ -50,7 +50,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://235ecbc961abe34327a4a397d8ce427a@o19455.ingest.us.sentry.io/38506" + DSN = "https://a9154d40d27d0cecfdbf5943b2ea68d5@o19455.ingest.us.sentry.io/38506" _instance = None def __init__(self): diff --git a/gns3/version.py b/gns3/version.py index dd8531ab3..bd0baa5c3 100644 --- a/gns3/version.py +++ b/gns3/version.py @@ -23,8 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.2.48.dev1" -__version_info__ = (2, 2, 48, 99) +__version__ = "2.2.48" +__version_info__ = (2, 2, 48, 0) if "dev" in __version__: try: