Skip to content

Commit

Permalink
prepare 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jun 14, 2021
1 parent 7a8b9c0 commit 3bacdad
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -18,7 +18,7 @@ artifacts {

group = "io.github.centrifugal"
archivesBaseName = "centrifuge-java"
version = "0.0.7"
version = "0.0.8"

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

* Add possibility to connect over proxy - [#26](https://github.com/centrifugal/centrifuge-java/pull/26)

0.0.7
=====

Expand Down

0 comments on commit 3bacdad

Please sign in to comment.