Skip to content

Commit 4e50c2a

Browse files
committed
Release v2.2.11
1 parent 94c636a commit 4e50c2a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.2.11 09/07/2020
4+
5+
* Try to fix "Recent project" selection not working. Ref #3007
6+
* Fix debug entries shown twice in console window and double error messages with remote GNS3VM. Fixes #3010
7+
* Fix deprecation warning. Ref #3009
8+
* Fix tests on macOS. Ref #3009
9+
* Fix sentry SDK is configured twice.
10+
311
## 2.2.10 18/06/2020
412

513
* New fix for multi-device selection/deselection not working as expected with right click. Fixes #2986

gns3/crash_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CrashReport:
5151
Report crash to a third party service
5252
"""
5353

54-
DSN = "https://3c47173082f044e68333dcfda3739866:e974d349e0124461b80c7f26e62f4839@o19455.ingest.sentry.io/38506"
54+
DSN = "https://2bd594d79ae248d38422b43a914abc4f:cd35061ce69c4fc99c4dc9e195087512@o19455.ingest.sentry.io/38506"
5555
_instance = None
5656

5757
def __init__(self):

gns3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# or negative for a release candidate or beta (after the base version
2424
# number has been incremented)
2525

26-
__version__ = "2.2.11dev1"
27-
__version_info__ = (2, 2, 11, 99)
26+
__version__ = "2.2.11"
27+
__version_info__ = (2, 2, 11, 0)
2828

2929
# If it's a git checkout try to add the commit
3030
if "dev" in __version__:

0 commit comments

Comments
 (0)