diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff03896..54c4655e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 136bee34..190fa626 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The pusher-java-client is available in Maven Central. com.pusher pusher-java-client - 2.2.7 + 2.2.8 ``` @@ -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' } ``` diff --git a/build.gradle b/build.gradle index e70c85d1..5750fc34 100644 --- a/build.gradle +++ b/build.gradle @@ -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"