From 667bd17a01b97306be7a364c409b201b0a9eb017 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Tue, 18 Feb 2025 09:49:09 +0100 Subject: [PATCH] chore(release): prepare release socket.io-client-2.1.2 --- History.md | 9 +++++++++ pom.xml | 4 ++-- src/site/markdown/changelog.md | 10 ++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 463d09bf..1366aaec 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +2.1.2 / 2025-02-18 +================== + +### Bug Fixes + +- make acks thread safe ([4f45e3c](https://github.com/socketio/socket.io-client-java/commit/4f45e3c1271554da5b3457f447a6d6b060ef5ffd)) + + + 2.1.1 / 2024-07-10 ================== diff --git a/pom.xml b/pom.xml index 2e7a8021..70ca5e46 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.socket socket.io-client - 2.1.2-SNAPSHOT + 2.1.2 jar socket.io-client Socket.IO Client Library for Java @@ -30,7 +30,7 @@ https://github.com/socketio/socket.io-client-java scm:git:https://github.com/socketio/socket.io-client-java.git scm:git:https://github.com/socketio/socket.io-client-java.git - HEAD + socket.io-client-2.1.2 diff --git a/src/site/markdown/changelog.md b/src/site/markdown/changelog.md index 1939253f..e671c86a 100644 --- a/src/site/markdown/changelog.md +++ b/src/site/markdown/changelog.md @@ -2,6 +2,7 @@ | Version | Release date | |--------------------------------------------------------------------------------------------------------------|---------------| +| [2.1.2](#211-2025-02-18) | February 2025 | | [2.1.1](#211-2024-07-10) | July 2024 | | [1.0.2](#102-2022-07-11) (from the [1.x](https://github.com/socketio/socket.io-client-java/tree/1.x) branch) | July 2022 | | [2.1.0](#210-2022-07-10) | July 2022 | @@ -12,6 +13,15 @@ # Release notes +## [2.1.2](https://github.com/socketio/socket.io-client-java/compare/socket.io-client-2.1.1...socket.io-client-2.1.2) (2025-02-18) + + +### Bug Fixes + +* make acks thread safe ([4f45e3c](https://github.com/socketio/socket.io-client-java/commit/4f45e3c1271554da5b3457f447a6d6b060ef5ffd)) + + + ## [2.1.1](https://github.com/socketio/socket.io-client-java/compare/socket.io-client-2.1.0...socket.io-client-2.1.1) (2024-07-10)