From 2e7863cd6f11abefd3b59db616580e901195c903 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Tue, 10 Oct 2023 07:03:01 +0300 Subject: [PATCH] prepare 0.3.1 --- changelog.md | 5 +++++ publish-setup.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 97daa46..148e810 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +0.3.1 +===== + +* Handle closed executor in ws callbacks (#71) + 0.3.0 ===== diff --git a/publish-setup.gradle b/publish-setup.gradle index e99442f..37e4baf 100644 --- a/publish-setup.gradle +++ b/publish-setup.gradle @@ -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()