Skip to content

Commit

Permalink
Release 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellevass committed Aug 11, 2020
1 parent 101241f commit 93c25bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# pusher-websocket-java changelog

### Version 2.2.5 - 11th August 2020
* Fixed an [issue with the Java-WebSocket library with android pre-sdk24 devices causing a NoSuchMethod exception](https://github.com/pusher/pusher-websocket-java/pull/284)

### Version 2.2.4 - 3rd August 2020
* Removed unnecessary code in the TweetNaClFast implementation
* 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)
* Updated the Java-WebSocket library to 1.5.1 as the [current version 1.4.0 has a known critical vulnerability.](https://github.com/pusher/pusher-websocket-java/issues/279)

### Version 2.2.3 - 8th July 2020

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The pusher-java-client is available in Maven Central.
<dependency>
<groupId>com.pusher</groupId>
<artifactId>pusher-java-client</artifactId>
<version>2.2.4</version>
<version>2.2.5</version>
</dependency>
</dependencies>
```
Expand All @@ -70,7 +70,7 @@ The pusher-java-client is available in Maven Central.

```groovy
dependencies {
compile 'com.pusher:pusher-java-client:2.2.4'
compile 'com.pusher:pusher-java-client:2.2.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'signing'
apply plugin: 'jacoco'

group = "com.pusher"
version = "2.2.4"
version = "2.2.5"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"

Expand Down

0 comments on commit 93c25bc

Please sign in to comment.