From 482bf22c3852882cd53f272904eef9468354c2b6 Mon Sep 17 00:00:00 2001 From: davidvujic Date: Sat, 17 Sep 2022 20:26:08 +0200 Subject: [PATCH 1/2] set the correct supported version of zookeeper server --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12c50c0a..0f02a03d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ _node-zookeeper - A Node.js client for Apache Zookeeper._ -This node module is implemented on top of the __official ZooKeeper C Client API__, supporting ZooKeeper server v3.4.x - v3.8.x. Have a look at the [official docs](https://zookeeper.apache.org/doc/current/index.html) for further details on behavior. +This node module is implemented on top of the __official ZooKeeper C Client API__, supporting ZooKeeper server v3.5.x - v3.8.x. +Have a look at the [official docs](https://zookeeper.apache.org/doc/current/index.html) for further details on behavior. __Latest changes__ are described in the [changelog](./CHANGELOG.md) diff --git a/package.json b/package.json index 788376ab..540e9c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zookeeper", - "description": "apache zookeeper client (zookeeper async API v3.4.x - v3.7.x)", + "description": "apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)", "version": "5.5.0", "author": "Yuri Finkelstein ", "license": "MIT", From bf8a457fe91dda1c6db48670f3767cba0cfe420a Mon Sep 17 00:00:00 2001 From: davidvujic Date: Sat, 17 Sep 2022 20:30:44 +0200 Subject: [PATCH 2/2] bump version and update changelog --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e318baa4..9cb1c468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### v 5.5.1 (2022-09-17) +* fix: set the correct supported version of Apache ZooKeeper server (docs and package description). Pull request [322](https://github.com/yfinkelstein/node-zookeeper/pull/322) by @davidvujic + #### v 5.5.0 (2022-09-17) * fix: Remove the OpenSSSL FIPS_mode check for Linux, Mac OS X and Windows. diff --git a/package.json b/package.json index 540e9c8d..29dc8f39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zookeeper", "description": "apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)", - "version": "5.5.0", + "version": "5.5.1", "author": "Yuri Finkelstein ", "license": "MIT", "contributors": [