diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a3c3dc..c0c5e4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.9.0 (2024-06-01) + +## What's Changed +* Make release tags without prefix `v` by @lotyp in https://github.com/buggregator/trap/pull/107 +* Add searching for XHProf local files by @roxblnfk in https://github.com/buggregator/trap/pull/111 + + +**Full Changelog**: https://github.com/buggregator/trap/compare/1.8.0...1.9.0 + ## 1.8.0 (2024-05-29) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 3800c069..44204dd0 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" }