Skip to content

Commit

Permalink
Release v2.2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jan 4, 2023
1 parent db02cbd commit 957d89d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.2.36 04/01/2023

* Add Trusted Platform Module (TPM) support for Qemu VMs
* Add "on_close" setting to appliance schema. Fixes https://github.com/GNS3/gns3-server/issues/2148
* Add default 'ide' disk interface when manually creating Qemu VM template. Fixes #3360
* Fix zoom factor is multiplied when loading projects. Fixes #3408
* Remove deprecated PuTTY option in preferences. Ref https://github.com/GNS3/gns3-gui/discussions/3415


## 2.2.35.1 10/11/2022

* Re-release Web-Ui v2.2.35
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://39e46fb691d747b7ae539629f04650ae@o19455.ingest.sentry.io/38506"
DSN = "https://078a549daea940e0a4b75fcad8399855@o19455.ingest.sentry.io/38506"
_instance = None

def __init__(self):
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.2.36.dev2"
__version_info__ = (2, 2, 36, 99)
__version__ = "2.2.36"
__version_info__ = (2, 2, 36, 0)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 957d89d

Please sign in to comment.