Skip to content

Commit 641e34d

Browse files
committed
update README and History for the next release
1 parent ba723d0 commit 641e34d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.7.0 / 2016-02-01
2+
==================
3+
4+
* compatible with socket.io 1.4.5
5+
* bump `engine.io-client`
6+
* fix event type when emitting ack with binary data [cirocosta]
7+
* don't reuse same namespace connections
8+
* fix handling of disconnection while in `opening` state
9+
* add ping and pong events
10+
* improve cleanup on `Manager`
11+
112
0.6.3 / 2015-12-23
213
==================
314

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add the following dependency to your `pom.xml`.
2121
<dependency>
2222
<groupId>io.socket</groupId>
2323
<artifactId>socket.io-client</artifactId>
24-
<version>0.6.3</version>
24+
<version>0.7.0</version>
2525
</dependency>
2626
</dependencies>
2727
```
@@ -30,7 +30,7 @@ Add the following dependency to your `pom.xml`.
3030
Add it as a gradle dependency for Android Studio, in `build.gradle`:
3131

3232
```groovy
33-
compile ('io.socket:socket.io-client:0.6.3') {
33+
compile ('io.socket:socket.io-client:0.7.0') {
3434
// excluding org.json which is provided by Android
3535
exclude group: 'org.json', module: 'json'
3636
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>io.socket</groupId>
6464
<artifactId>engine.io-client</artifactId>
65-
<version>0.7.0-SNAPSHOT</version>
65+
<version>0.7.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)