From 59d5faaa8a5ada529fc8824415670b50e73c2c37 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Mon, 5 Feb 2024 16:10:12 +0300 Subject: [PATCH] Bump version to v1.2.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fea478..5ea0b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ adheres to [Semantic Versioning][semver]. [unreleased]: https://github.com/ameshkov/udptlspipe/compare/v1.2.1...HEAD +## [1.2.2] - 2024-02-05 + +* Removed unnecessary message length warnings on writes to the pipe, only kept + it for reads. + +[1.2.2]: https://github.com/ameshkov/udptlspipe/releases/tag/v1.2.2 + ## [1.2.1] - 2024-02-05 * Fixed a panic when the client cannot authorize the connection.