From 5f48a963e9d937a1d2610ca2b27d4a08cd755f6b Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 27 May 2020 15:14:57 +0200 Subject: [PATCH] chore(CHANGELOG): update to v7.0.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e7d21e..b76591d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen ___Note:__ Yet to be released changes appear here._ +## 7.0.0 + * `FEAT`: make import and export APIs awaitable ([#812](https://github.com/bpmn-io/bpmn-js/issues/812)) * `FEAT`: update watermark ([#1281](https://github.com/bpmn-io/bpmn-js/pull/1281)) * `CHORE`: deprecated `import.parse.complete` context payload ([`157aec6e`](https://github.com/bpmn-io/bpmn-js/commit/157aec6e))