Skip to content

Commit 46e7966

Browse files
author
Jon Elverkilde
authored
Merge pull request #226 from pusher/release_202
Release version 2.0.2
2 parents 081020b + 0ef3241 commit 46e7966

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
@@ -2,6 +2,10 @@
22

33
This Changelog is no longer being updated. For any further changes please see the Releases section on this Github repository - https://github.com/pusher/pusher-websocket-java/releases
44

5+
## Version 2.0.2
6+
7+
* Make a no-op state change non-fatal, allowing transitions to/from the same state
8+
59
## Version 2.0.1
610

711
* Forward `channel_data` returned by the auth endpoint when subscribing to private channels

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The pusher-java-client is available in Maven Central.
5858
<dependency>
5959
<groupId>com.pusher</groupId>
6060
<artifactId>pusher-java-client</artifactId>
61-
<version>2.0.1</version>
61+
<version>2.0.2</version>
6262
</dependency>
6363
</dependencies>
6464
```
@@ -67,7 +67,7 @@ The pusher-java-client is available in Maven Central.
6767

6868
```groovy
6969
dependencies {
70-
compile 'com.pusher:pusher-java-client:2.0.1'
70+
compile 'com.pusher:pusher-java-client:2.0.2'
7171
}
7272
```
7373

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
2121
apply plugin: 'signing'
2222

2323
group = "com.pusher"
24-
version = "2.0.1"
24+
version = "2.0.2"
2525
sourceCompatibility = "1.8"
2626
targetCompatibility = "1.8"
2727

0 commit comments

Comments
 (0)