Skip to content

Commit

Permalink
bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVujic committed Sep 17, 2022
1 parent 31ce407 commit b4e4f63
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
#### v 5.5.0 (2022-10-17)
* fix: Remove the OpenSSSL FIPS_mode check for Linux, Mac OS X and Windows.

feat: Rebuild the prebuilds for Mac OS X and Windows, using Node.js 16.17.0.

feat: Remove the prebuilds for Node.js 14.

Pull request [321](https://github.com/yfinkelstein/node-zookeeper/pull/321) by @davidvujic
* fix: remove code using FIPS_mode which is not available on all distros. Pull request [318](https://github.com/yfinkelstein/node-zookeeper/pull/319) by @dreusel

#### v 5.4.0 (2022-04-18)
* feat: starting the zookeeper client in a Node.js Worker thread Pull request [310](https://github.com/yfinkelstein/node-zookeeper/pull/310) by @deepcoldy
* feat: starting the zookeeper client in a Node.js Worker thread. Pull request [310](https://github.com/yfinkelstein/node-zookeeper/pull/310) by @deepcoldy

#### v 5.3.2 (2022-02-16)
* fix: handle normalize path with slashes in all platforms. Pull request [305](https://github.com/yfinkelstein/node-zookeeper/pull/305) by @hufeng
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "5.5.0",
"author": "Yuri Finkelstein <[email protected]>",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit b4e4f63

Please sign in to comment.