This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git
The following commit(s) were added to refs/heads/main by this push:
new f3b7a24 [Release 0.5.2] Update latest version in README (#155)
f3b7a24 is described below
commit f3b7a2425d532ae9c029c7130b76296481ee6c05
Author: Chris Bono <[email protected]>
AuthorDate: Fri Jan 19 14:05:53 2024 -0600
[Release 0.5.2] Update latest version in README (#155)
Co-authored-by: onobc <[email protected]>
---
README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc
index 6c630e4..8cdc631 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.5.1
+:latest_version: 0.5.2
Reactive client for Apache Pulsar which is compatible with the Reactive
Streams specification.
This uses Project Reactor as the Reactive Streams implementation.