Skip to content

Commit 7c202e3

Browse files
committed
Prepare 2.1.0 release
1 parent 2ec4a6d commit 7c202e3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# pusher-websocket-java changelog
22

3-
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
3+
## Version 2.1.0 - 8th April 2020
4+
5+
* Added support for [private encrypted channels](https://pusher.com/docs/channels/using_channels/encrypted-channels)
46

57
## Version 2.0.2
68

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.0.2</version>
64+
<version>2.1.0</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.0.2'
73+
compile 'com.pusher:pusher-java-client:2.1.0'
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.0.2"
25+
version = "2.1.0"
2626
sourceCompatibility = "1.8"
2727
targetCompatibility = "1.8"
2828

0 commit comments

Comments
 (0)