Skip to content

Commit

Permalink
Merge pull request #322 from DavidVujic/readme_typos
Browse files Browse the repository at this point in the history
set the correct supported version of zookeeper server
  • Loading branch information
DavidVujic authored Sep 17, 2022
2 parents 19e45df + bf8a457 commit b920e47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zookeeper",
"description": "apache zookeeper client (zookeeper async API v3.4.x - v3.7.x)",
"version": "5.5.0",
"description": "apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)",
"version": "5.5.1",
"author": "Yuri Finkelstein <[email protected]>",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit b920e47

Please sign in to comment.