Skip to content

Commit 2e7863c

Browse files
committed
prepare 0.3.1
1 parent fc8f766 commit 2e7863c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.1
2+
=====
3+
4+
* Handle closed executor in ws callbacks (#71)
5+
16
0.3.0
27
=====
38

publish-setup.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
allprojects {
22
plugins.withId("com.vanniktech.maven.publish.base") {
33
project.group = "io.github.centrifugal"
4-
project.version = "0.3.0"
4+
project.version = "0.3.1"
55

66
mavenPublishing {
77
publishToMavenCentral()

0 commit comments

Comments
 (0)