diff --git a/CHANGELOG.md b/CHANGELOG.md index 325b67c8..8b38f358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # 2.0.16 - + * Added support for bullet charts * Added support for Gantt charts * Added configuration option for chart generation timeout (`--timeoutThreshold`) * Gracefull failing of 404 map collections now working properly + * Increased max configuration size from 5MB to 50MB * Updated express version * Updated docs diff --git a/package.json b/package.json index 7240fccc..e15d7873 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "https://github.com/highcharts/node-export-server", "type": "git" }, - "version": "2.0.15", + "version": "2.0.16", "bin": { "highcharts-export-server": "./bin/cli.js" },