From 6b7d75f9f8dc41abf1177047a054e5c0afeb85d5 Mon Sep 17 00:00:00 2001
From: Aleksei Gagarin <roxblnfk@ya.ru>
Date: Tue, 4 Jun 2024 16:14:53 +0400
Subject: [PATCH] chore(master): release 1.9.0

---
 CHANGELOG.md           | 12 ++++++++++++
 resources/version.json |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7a3c3dc..7d78741c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Changelog
 
+## 1.9.0 (2024-06-04)
+
+## 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
+* ci: add phpstan baseline by @lotyp in https://github.com/buggregator/trap/pull/115
+
+
+**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"
 }