Skip to content

Commit

Permalink
prepare 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 10, 2023
1 parent fc8f766 commit 2e7863c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.1
=====

* Handle closed executor in ws callbacks (#71)

0.3.0
=====

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.3.0"
project.version = "0.3.1"

mavenPublishing {
publishToMavenCentral()
Expand Down

0 comments on commit 2e7863c

Please sign in to comment.