diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d78741c..0ebe95b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.10.0 (2024-06-17) + +## 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 + + +**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" }