Skip to content

Commit

Permalink
chore(release): prepare release socket.io-client-2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 18, 2025
1 parent 80aa471 commit 667bd17
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<packaging>jar</packaging>
<name>socket.io-client</name>
<description>Socket.IO Client Library for Java</description>
Expand Down Expand Up @@ -30,7 +30,7 @@
<url>https://github.com/socketio/socket.io-client-java</url>
<connection>scm:git:https://github.com/socketio/socket.io-client-java.git</connection>
<developerConnection>scm:git:https://github.com/socketio/socket.io-client-java.git</developerConnection>
<tag>HEAD</tag>
<tag>socket.io-client-2.1.2</tag>
</scm>

<developers>
Expand Down
10 changes: 10 additions & 0 deletions src/site/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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)


Expand Down

0 comments on commit 667bd17

Please sign in to comment.