diff --git a/CHANGELOG.md b/CHANGELOG.md index 8255c15..1d7f4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.2.0 / 2020-02-24 + +* Segmentation fault on multiple runs - Fix issue [#47](https://github.com/NickNaso/ghostscript4js/issues/47) +* Execution stop with: double free or corruption - Fix issue [#49](https://github.com/NickNaso/ghostscript4js/issues/49) +* Error when calling gs.executeSync - Fix issue [#50](https://github.com/NickNaso/ghostscript4js/issues/50) ## 3.1.1 / 2019-07-23 diff --git a/package.json b/package.json index 2b29c6d..d8c2268 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghostscript4js", "description": "Bindings for the Ghostscript C API to the Node.JS world.", - "version": "3.1.1", + "version": "3.2.0", "contributors": [ { "name": "Nicola Del Gobbo", @@ -39,7 +39,7 @@ "debug": "node-gyp rebuild --debug" }, "engines": { - "node": ">= 4.0.0" + "node": ">= 6.0.0" }, "gypfile": true, "repository": {