From b7f27c1802b9110d426ef6bb45aa6dbea0c17aab Mon Sep 17 00:00:00 2001 From: Bimal Jha Date: Sun, 31 Mar 2024 15:18:16 -0400 Subject: [PATCH] 3.2.4 * doc update with SSL info for #989 (Bimal Jha) * build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#990) (dependabot[bot]) * support for set connect attributes, #970 (Bimal Jha) * Fix calling FreeColumns multiple times resulting in SIGABRT (#980) (Lasse Hyldahl Jensen) * build(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#976) (dependabot[bot]) --- CHANGES.md | 16 +++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7784124..69ea2db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,18 @@ -2023-11-16, Version 3.2.3 +2024-03-31, Version 3.2.4 +========================= + + * doc update with SSL info for #989 (Bimal Jha) + + * build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#990) (dependabot[bot]) + + * support for set connect attributes, #970 (Bimal Jha) + + * Fix calling FreeColumns multiple times resulting in SIGABRT (#980) (Lasse Hyldahl Jensen) + + * build(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#976) (dependabot[bot]) + + +2023-11-17, Version 3.2.3 ========================= * update precompiled binaries (Bimal Jha) diff --git a/package-lock.json b/package-lock.json index 50795a0..22689f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm_db", - "version": "3.2.3", + "version": "3.2.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7b73ba7..be86544 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ibm_db", "description": "IBM DB2 and IBM Informix bindings for node", - "version": "3.2.3", + "version": "3.2.4", "main": "lib/odbc.js", "homepage": "https://github.com/ibmdb/node-ibm_db/", "repository": {