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 ac967de Updated compatibility table in README.md (#143)
ac967de is described below
commit ac967de27e71f9722c813dcc3315692cf0573902
Author: Masahiro Sakamoto <[email protected]>
AuthorDate: Tue Mar 9 13:52:23 2021 +0900
Updated compatibility table in README.md (#143)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2059a6f..a4fb231 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Compatibility between each version of the Node.js client and
the C++ client is a
| 1.0.0 | 2.3.0 or later |
| 1.1.0 | 2.4.0 or later |
| 1.2.0 | 2.5.0 or later |
+| 1.3.0 | 2.7.0 or later |
If an incompatible version of the C++ client is installed, you may fail to
build or run this library.