From 31b011dac1d91a926f0be2e296da32f4bc80997c Mon Sep 17 00:00:00 2001 From: Bertram Baltzer Andersen Date: Thu, 2 Jul 2026 10:52:27 +0400 Subject: [PATCH] chore: release version 1.12.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Directory.Build.props | 2 +- ha-addon/config.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a09efe7..87f5de0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6553602..c26ae96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.12.1](https://github.com/lupusbytes/cs2mqtt/compare/v1.12.0...v1.12.1) (2026-07-02) + + +### Upgrades + +* **deps:** update dotnet monorepo to 10.0.9 ([2d8d099](https://github.com/lupusbytes/cs2mqtt/commit/2d8d099d01b23bbe4064d161a610d49b9b840e13)) +* **deps:** update mqttnet to 5.2.0.1603 ([0c47a9f](https://github.com/lupusbytes/cs2mqtt/commit/0c47a9fe28073884bc20400fb829702c1e39434a)) + ## [1.12.0](https://github.com/lupusbytes/cs2mqtt/compare/v1.11.2...v1.12.0) (2026-05-15) diff --git a/Directory.Build.props b/Directory.Build.props index eae7dbf..2e280ab 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ - 1.12.0 + 1.12.1 true diff --git a/ha-addon/config.json b/ha-addon/config.json index 003473c..70fe8d3 100644 --- a/ha-addon/config.json +++ b/ha-addon/config.json @@ -1,6 +1,6 @@ { "name": "cs2mqtt", - "version": "1.12.0", + "version": "1.12.1", "slug": "cs2mqtt", "description": "Counter-Strike 2 Game State Integration to MQTT bridge", "url": "https://github.com/lupusbytes/cs2mqtt",