From 4e50c2a4b1bcbfe4005e07238757268c052d0b34 Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 9 Jul 2020 20:37:10 +0930 Subject: [PATCH] Release v2.2.11 --- CHANGELOG | 8 ++++++++ gns3/crash_report.py | 2 +- gns3/version.py | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 21bf4581..1925f340 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ # Change Log +## 2.2.11 09/07/2020 + +* Try to fix "Recent project" selection not working. Ref #3007 +* Fix debug entries shown twice in console window and double error messages with remote GNS3VM. Fixes #3010 +* Fix deprecation warning. Ref #3009 +* Fix tests on macOS. Ref #3009 +* Fix sentry SDK is configured twice. + ## 2.2.10 18/06/2020 * New fix for multi-device selection/deselection not working as expected with right click. Fixes #2986 diff --git a/gns3/crash_report.py b/gns3/crash_report.py index 6d1dedea..6fc0b186 100644 --- a/gns3/crash_report.py +++ b/gns3/crash_report.py @@ -51,7 +51,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://3c47173082f044e68333dcfda3739866:e974d349e0124461b80c7f26e62f4839@o19455.ingest.sentry.io/38506" + DSN = "https://2bd594d79ae248d38422b43a914abc4f:cd35061ce69c4fc99c4dc9e195087512@o19455.ingest.sentry.io/38506" _instance = None def __init__(self): diff --git a/gns3/version.py b/gns3/version.py index 6d76f436..a1568ca9 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.11dev1" -__version_info__ = (2, 2, 11, 99) +__version__ = "2.2.11" +__version_info__ = (2, 2, 11, 0) # If it's a git checkout try to add the commit if "dev" in __version__: