From 431ad72c8033270ccb4f875103a85cf5dc3d7fc5 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 24 Jul 2024 09:10:40 +0400 Subject: [PATCH] chore(master): release 1.10.2 --- CHANGELOG.md | 11 +++++++++++ resources/version.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 850146f..7dad3e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.10.2 (2024-07-24) + +## What's Changed +* Fix Psalm issues by @Kaspiman in https://github.com/buggregator/trap/pull/131 +* Add Rector to CI by @Kaspiman in https://github.com/buggregator/trap/pull/133 + +## New Contributors +* @Kaspiman made their first contribution in https://github.com/buggregator/trap/pull/131 + +**Full Changelog**: https://github.com/buggregator/trap/compare/1.10.1...1.10.2 + ## 1.10.1 (2024-06-23) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 5009cc6..82fe2ed 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.10.2" }