From 03c9ea0f4ef9d99ee5b8601564127ddd7257c812 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Thu, 20 Jun 2024 22:57:46 +0400 Subject: [PATCH] chore(master): release 1.10.0 (#119) --- CHANGELOG.md | 11 +++++++++++ resources/version.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d78741c..da47a11f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.10.0 (2024-06-20) + +## What's Changed +* Change the discord badge to static by @roxblnfk in https://github.com/buggregator/trap/pull/118 +* Complex update: frontend v1.18; XHProf web endpoint; "file-body" sender by @roxblnfk in https://github.com/buggregator/trap/pull/117 +* Add ability to process HTTP events and UI on the same port by @roxblnfk in https://github.com/buggregator/trap/pull/123 +* Fix docs and ports option by @roxblnfk in https://github.com/buggregator/trap/pull/124 + + +**Full Changelog**: https://github.com/buggregator/trap/compare/1.9.0...1.10.0 + ## 1.9.0 (2024-06-04) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 44204dd0..ce4f35c2 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.10.0" }