Skip to content

Commit 6ba7a2c

Browse files
authored
Prepare for 2.3.0-beta release (#329)
1 parent 032325c commit 6ba7a2c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# pusher-websocket-java changelog
22

3+
### Version 2.3.0 - 4th July 2022
4+
* Added support for user sign in and server to user messages
5+
* Fixed issue with calling disconnect while the client is attempting reconnection
6+
* Fixed issue with calling connect while the client is disconnecting
7+
38
### Version 2.2.8 - 30th November 2021
49
* Add global [event listner](https://github.com/pusher/pusher-websocket-java/issues/305)
510

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The pusher-java-client is available in Maven Central.
7474
<dependency>
7575
<groupId>com.pusher</groupId>
7676
<artifactId>pusher-java-client</artifactId>
77-
<version>2.2.8</version>
77+
<version>2.3.0-beta</version>
7878
</dependency>
7979
</dependencies>
8080
```
@@ -83,7 +83,7 @@ The pusher-java-client is available in Maven Central.
8383

8484
```groovy
8585
dependencies {
86-
compile 'com.pusher:pusher-java-client:2.2.8'
86+
compile 'com.pusher:pusher-java-client:2.3.0-beta'
8787
}
8888
```
8989

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def getProperty = { property ->
2626
}
2727

2828
group = "com.pusher"
29-
version = "2.2.8"
29+
version = "2.3.0-beta"
3030
sourceCompatibility = "1.8"
3131
targetCompatibility = "1.8"
3232

0 commit comments

Comments
 (0)