Skip to content

Commit

Permalink
prepare 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Aug 28, 2022
1 parent 536c7cd commit bad9ada
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.5
=====

* Include consumer proguard rules [#47](https://github.com/centrifugal/centrifuge-java/pull/47) - this should provide ProGuard rules automatically when using `centrifuge-java` thus users of the library should not add rules manually in the application.
* API compatibility check on CI [#46](https://github.com/centrifugal/centrifuge-java/pull/46)

0.2.4
=====

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

mavenPublishing {
publishToMavenCentral()
Expand Down

0 comments on commit bad9ada

Please sign in to comment.