Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
singhashmeet committed Nov 30, 2021
1 parent 2414cc9 commit d41e214
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# pusher-websocket-java changelog

### Version 2.2.8 - 30th November 2021
* Add global [event listner](https://github.com/pusher/pusher-websocket-java/issues/305)

### Version 2.2.7 - 11th November 2021
* Fixed an [issue Vulnerability with legacy Gson dependency](https://github.com/pusher/pusher-websocket-java/issues/305)

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

```groovy
dependencies {
compile 'com.pusher:pusher-java-client:2.2.7'
compile 'com.pusher:pusher-java-client:2.2.8'
}
```

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.7"
version = "2.2.8"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"

Expand Down

0 comments on commit d41e214

Please sign in to comment.