From c104ff4f4d43ec21b2413db53042016b0abdefe1 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Fri, 24 May 2024 19:37:55 +0400 Subject: [PATCH] chore(master): release 1.7.5 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7d7efb..16cbb66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.5](https://github.com/buggregator/trap/compare/v1.7.4...v1.7.5) (2024-05-24) + + +### Bug Fixes + +* fix environments in build-phar-release ([453e522](https://github.com/buggregator/trap/commit/453e522b6c49c6e9d54cd6256137c8f25925939f)) + ## [1.7.4](https://github.com/buggregator/trap/compare/v1.7.3...v1.7.4) (2024-05-24) diff --git a/resources/version.json b/resources/version.json index 18cc6edc..78036ac1 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.7.4" + ".": "1.7.5" }