From 12ad0bd9c939b74e6a54289dc73049f12e2a2901 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Tue, 4 Jun 2024 00:10:59 +0400 Subject: [PATCH] chore(master): release 1.9.0 --- CHANGELOG.md | 11 +++++++++++ resources/version.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a3c3dc..0d2ea0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.9.0 (2024-06-03) + +## 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 +* CI: separate psalm and phpstan workflows by @roxblnfk in https://github.com/buggregator/trap/pull/113 +* CI: separate pest config and isolate pest from unit tests by @roxblnfk in https://github.com/buggregator/trap/pull/114 + + +**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" }