diff --git a/CHANGELOG.md b/CHANGELOG.md index d2239a6..468e5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.8.0 (2019-10-14) + +### Breaking changes + - Drop support for Node.js < 8.5 [#64](https://github.com/SAP/connect-openui5/pull/64) + +### All changes +[`0.7.7...0.8.0`](https://github.com/SAP/connect-openui5/compare/0.7.7...0.8.0) + + # 0.7.7 (2019-07-01) ### Fixes diff --git a/package-lock.json b/package-lock.json index 06c47a5..d974a23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "connect-openui5", - "version": "0.7.7", + "version": "0.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff92f27..f92da09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connect-openui5", - "version": "0.7.7", + "version": "0.8.0", "description": "Connect middleware for OpenUI5", "scripts": { "lint": "eslint index.js lib test",