From 9f889029914597d8ce045629670b88c5084ebf25 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Tue, 16 Jun 2026 15:53:41 +0400 Subject: [PATCH] chore(master): release 1.16.0 --- CHANGELOG.md | 10 ++++++++++ resources/version.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3213b8c..9fe9f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.16.0 (2026-06-16) + +## What's Changed +* feat: add PSR-3 Trap logger with STDERR fallback by @petrdobr in https://github.com/buggregator/trap/pull/212 + +## New Contributors +* @petrdobr made their first contribution in https://github.com/buggregator/trap/pull/212 + +**Full Changelog**: https://github.com/buggregator/trap/compare/1.15.2...1.16.0 + ## 1.15.2 (2026-04-07) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 01f68d7..dc66fee 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.15.2" + ".": "1.16.0" }