diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4212020d..a431fda9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# pusher-websocket-java changelog
+## Version 1.3.0
+
+* Add retry logic when the connection is lost
+* Accept 201 status code from auth endpoints
+
## Version 1.2.2
* Improve resillience of pong timeout disconnections
@@ -101,7 +106,7 @@
2013-11-04 mdpye
* Import a logging framework (slf4j)
- * Log error with additional info and continue when trying to
+ * Log error with additional info and continue when trying to
transition from disconnected->disconnected state
2013-11-01 mdpye
diff --git a/README.md b/README.md
index d5cdf30a..18297eea 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ The pusher-java-client is available in Maven Central, however one of its depende
com.pusher
pusher-java-client
- 1.2.2
+ 1.3.0
```
@@ -71,7 +71,7 @@ repositories {
}
dependencies {
- compile 'com.pusher:pusher-java-client:1.2.2'
+ compile 'com.pusher:pusher-java-client:1.3.0'
}
```
diff --git a/build.gradle b/build.gradle
index 84369b30..4a583799 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
apply plugin: 'signing'
group = "com.pusher"
-version = "1.2.2"
+version = "1.3.0"
sourceCompatibility = "1.6"
targetCompatibility = "1.6"
diff --git a/pom.xml b/pom.xml
index 7c73993e..b7700880 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.pusher
pusher-java-client
Pusher Java Client Library
- 1.2.2
+ 1.3.0
http://github.com/pusher/pusher-java-client
@@ -174,7 +174,7 @@
true
-
javadoc