Skip to content

Commit

Permalink
prepare 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Apr 27, 2023
1 parent aa5e7dc commit a06be3f
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.2.8
=====

* Handle disconnect push. This is not used at the moment - but is an enabler for the future development.

0.2.7
=====

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

mavenPublishing {
publishToMavenCentral()
Expand Down

0 comments on commit a06be3f

Please sign in to comment.