From b4e4f6349f10779255290b3200dae701e36617f0 Mon Sep 17 00:00:00 2001 From: davidvujic Date: Sat, 17 Sep 2022 18:40:01 +0200 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60cf0246..a17fe279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 1ea71dd2..788376ab 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "contributors": [