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 10d98d4  Update compatibility table with C++ client (#68)
10d98d4 is described below

commit 10d98d44a865a250ce1055b46c0f91e7a461e7ba
Author: Masahiro Sakamoto <[email protected]>
AuthorDate: Thu Feb 6 11:59:37 2020 +0900

    Update compatibility table with C++ client (#68)
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 8734c03..353d9f6 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ Compatibility between each version of the Node.js client and 
the C++ client is a
 | Node.js client | C++ client     |
 |----------------|----------------|
 | 1.0.0          | 2.3.0 or later |
+| 1.1.0          | 2.4.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