diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a51a98..7db9662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ +## 2.0.0 (2023-03-16) + +### Breaking + +- Upgrade react-ga4 in order to also support Google Analytics GA4 @avoinea [#9](https://github.com/kitconcept/volto-export/pull/9) + + ## 1.3.0 (2023-02-13) ### Feature diff --git a/news/9.breaking b/news/9.breaking deleted file mode 100644 index 22df8ae..0000000 --- a/news/9.breaking +++ /dev/null @@ -1 +0,0 @@ -Upgrade react-ga4 in order to also support Google Analytics GA4 @avoinea diff --git a/package.json b/package.json index ea1c7a0..33dc62b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-dsgvo-banner", - "version": "1.3.0", + "version": "2.0.0", "description": "volto-dsgvo-banner: Volto add-on", "main": "src/index.js", "license": "MIT",