Skip to content

Commit

Permalink
prepare 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed May 2, 2021
1 parent c59642a commit 956b741
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ signing {

group = "io.github.centrifugal"
archivesBaseName = "centrifuge-java"
version = "0.0.5"
version = "0.0.6"

dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.0.6
=====

* Support message recovery
* Migrate to protobuf-javalite
* Pass exception to ErrorEvent
* Print stack trace in case of connect error

0.0.5
=====

Expand Down

0 comments on commit 956b741

Please sign in to comment.