Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.15.1"
".": "1.15.2"
}
Loading