This is an automated email from the ASF dual-hosted git repository.

nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e77ab9  Update compatibility table in README (#203)
3e77ab9 is described below

commit 3e77ab936ff367bd797d7f9ffc5cf77eb8a274e4
Author: Masahiro Sakamoto <[email protected]>
AuthorDate: Tue Mar 15 15:59:03 2022 +0900

    Update compatibility table in README (#203)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cafc5c9..d534a67 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Compatibility between each version of the Node.js client and 
the C++ client is a
 | 1.1.x          | 2.4.0 or later |
 | 1.2.x          | 2.5.0 or later |
 | 1.3.x          | 2.7.0 or later |
-| 1.4.x - 1.5.x  | 2.8.0 or later |
+| 1.4.x - 1.6.x  | 2.8.0 or later |
 
 If an incompatible version of the C++ client is installed, you may fail to 
build or run this library.
 

Reply via email to