diff --git a/CHANGELOG.md b/CHANGELOG.md index 606c51c..3213b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.15.2 (2026-04-07) + +## What's Changed +* Add Awesome PHP badge to README by @roxblnfk in https://github.com/buggregator/trap/pull/192 +* fix(socket): handle partial writes for large WebSocket payloads by @Copilot in https://github.com/buggregator/trap/pull/213 + +## New Contributors +* @Copilot made their first contribution in https://github.com/buggregator/trap/pull/213 + +**Full Changelog**: https://github.com/buggregator/trap/compare/1.15.1...1.15.2 + ## 1.15.1 (2025-12-27) ## What's Changed diff --git a/resources/version.json b/resources/version.json index b727c36..01f68d7 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.15.1" + ".": "1.15.2" }