Skip to content

Commit d5e60c5

Browse files
authored
Merge pull request #281 from pusher/dev-release-2-2-4
Release 2.2.4
2 parents 64e1c60 + e820d4f commit d5e60c5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
### Version 2.2.4 - 3rd August 2020
4+
* Removed unnecessary code in the TweetNaClFast implementation
5+
* Updated the Java-WebSocket library to 1.5.1 as the [current version 1.4.0 has a known critical vulnerablity.](https://github.com/pusher/pusher-websocket-java/issues/279)
6+
37
### Version 2.2.3 - 8th July 2020
48

59
* Fixed LazySodium causing a crash on Android devices by swapping it out for [TweetNaCl](https://github.com/InstantWebP2P/tweetnacl-java)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The pusher-java-client is available in Maven Central.
6161
<dependency>
6262
<groupId>com.pusher</groupId>
6363
<artifactId>pusher-java-client</artifactId>
64-
<version>2.2.3</version>
64+
<version>2.2.4</version>
6565
</dependency>
6666
</dependencies>
6767
```
@@ -70,7 +70,7 @@ The pusher-java-client is available in Maven Central.
7070

7171
```groovy
7272
dependencies {
73-
compile 'com.pusher:pusher-java-client:2.2.3'
73+
compile 'com.pusher:pusher-java-client:2.2.4'
7474
}
7575
```
7676

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'signing'
2222
apply plugin: 'jacoco'
2323

2424
group = "com.pusher"
25-
version = "2.2.3"
25+
version = "2.2.4"
2626
sourceCompatibility = "1.8"
2727
targetCompatibility = "1.8"
2828

0 commit comments

Comments
 (0)