Skip to content

Commit

Permalink
prepare 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Feb 15, 2023
1 parent ebf1990 commit d8993bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.7
=====

* Our errors inherit from `Throwable`, and now we call `super()` in their constructors. This allows propagating exception `cause`, as the result the whole chain of exceptions is visible in error handler. [#58](https://github.com/centrifugal/centrifuge-java/pull/58)
* Disconnect gracefully from WebSocket, instead of calling `ws.cancel()`. [#56](https://github.com/centrifugal/centrifuge-java/pull/56)

0.2.6
=====

Expand Down
2 changes: 1 addition & 1 deletion publish-setup.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
allprojects {
plugins.withId("com.vanniktech.maven.publish.base") {
project.group = "io.github.centrifugal"
project.version = "0.2.6"
project.version = "0.2.7"

mavenPublishing {
publishToMavenCentral()
Expand Down

0 comments on commit d8993bc

Please sign in to comment.