diff --git a/CHANGES.md b/CHANGES.md index 447b0c3..a17237b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +2022-12-05, Version 3.1.0 +========================= + + * update Readme file (Bimal Jha) + + * update: windows binary for nodejs v19.x (Bimal Jha) + + * fix: for binary data array insert issue #883 (Bimal Jha) + + * fix: update nan version to 2.17.0 (Bimal Jha) + + * fea: Add support for getFunctions() APIs (Bimal Jha) + + * build(deps): bump minimatch from 3.0.4 to 3.1.2 (#893) (dependabot[bot]) + + * fea: add support for getTypeInfo() APIs (Bimal Jha) + + * Fix error in driverInstaller on z/OS (#884) (jolai) + + 2022-09-06, Version 3.0.0 ========================= diff --git a/package-lock.json b/package-lock.json index c9aea60..bcf4f75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm_db", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 94ddbc8..8ec8bba 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.0.0", + "version": "3.1.0", "main": "lib/odbc.js", "homepage": "https://github.com/ibmdb/node-ibm_db/", "repository": {