From c462d6fddcda6fe3fa3d6490512d40981da1445c Mon Sep 17 00:00:00 2001 From: onobc Date: Sat, 14 Jun 2025 12:11:48 -0500 Subject: [PATCH 1/2] [Release 0.7.0] Update latest version in README.adoc to 0.7.0 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0e67608b..d457dbe3 100644 --- a/README.adoc +++ b/README.adoc @@ -19,7 +19,7 @@ = Reactive client for Apache Pulsar :github: https://github.com/apache/pulsar-client-reactive -:latest_version: 0.6.0 +:latest_version: 0.7.0 Reactive client for Apache Pulsar which is compatible with the Reactive Streams specification. This uses Project Reactor as the Reactive Streams implementation. From 2db924cfc081f925e9b9580178c35d2b7f2f2dfa Mon Sep 17 00:00:00 2001 From: onobc Date: Sat, 14 Jun 2025 12:13:43 -0500 Subject: [PATCH 2/2] [Release 0.7.0] Update next snapshot version to 0.7.1-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8bf9940c..a107d410 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,4 +17,4 @@ # under the License. # -version=0.7.0 +version=0.7.1-SNAPSHOT