diff --git a/docs/changelog.md b/docs/changelog.md index 634d3e18..de906b9c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,7 @@ ## Changelog +__3.4.0__ +Allow multiple resultset for SAP and mssql. See [#72](https://github.com/alfateam/rdb/issues/72). __3.3.0__ Possible to apply updates from JSON object. See [#70](https://github.com/alfateam/rdb/issues/70). __3.2.9__ diff --git a/package.json b/package.json index 6c9be421..93a28129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdb", - "version": "3.3.0", + "version": "3.4.0", "main": "./src/index.js", "browser": "./src/client/index.mjs", "bin": {