From e18383725eb87e8f8354b31720b78eb89a7fec3b Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Fri, 24 May 2024 19:02:45 +0400 Subject: [PATCH] chore(master): release 1.7.4 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ad27e3..dcb9d73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.4](https://github.com/buggregator/trap/compare/v1.7.3...v1.7.4) (2024-05-24) + + +### Bug Fixes + +* suppress warnings if Closure::bind() is run with static callable ([3d72a7e](https://github.com/buggregator/trap/commit/3d72a7ef551bd2f21b0935826e8093a58da0b774)) + ## [1.7.3](https://github.com/buggregator/trap/compare/v1.7.2...v1.7.3) (2024-05-24) diff --git a/resources/version.json b/resources/version.json index 7d4ac4e4..18cc6edc 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.7.3" + ".": "1.7.4" }