From 1e3809c2ac66b22b21fb900d2f3b85c33d9fa51e Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 15 Jan 2025 14:32:14 +0400 Subject: [PATCH] chore(master): release 1.12.0 (#149) --- CHANGELOG.md | 9 +++++++++ resources/version.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5692297..71b25c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.12.0 (2025-01-15) + +## What's Changed +* Expose command `trap --version` by @roxblnfk in https://github.com/buggregator/trap/pull/147 +* Support custom listening hosts by @roxblnfk in https://github.com/buggregator/trap/pull/148 + + +**Full Changelog**: https://github.com/buggregator/trap/compare/1.11.1...1.12.0 + ## 1.11.1 (2024-12-07) ## What's Changed diff --git a/resources/version.json b/resources/version.json index c42d93f..b3960c0 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.11.1" + ".": "1.12.0" }