diff --git a/CHANGELOG.md b/CHANGELOG.md index f387f9b..6b3bb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/MakairaIO/shopware6-connect/compare/2.0.1...2.0.2) (2024-08-20) + + +### Bug Fixes + +* Add data export ([96ad255](https://github.com/MakairaIO/shopware6-connect/commit/96ad2552b9aec55624a0e3d8b9c30c0c6cb4e88a)) + ## [2.0.1](https://github.com/MakairaIO/shopware6-connect/compare/2.0.0...2.0.1) (2024-08-05) diff --git a/package.json b/package.json index a1494b2..0a18451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "makairaio-shopware-connect", - "version": "2.0.1", + "version": "2.0.2", "private": true, "scripts": { "release": "semantic-release" diff --git a/src/PluginInfo.php b/src/PluginInfo.php index 549cb92..b95eac1 100644 --- a/src/PluginInfo.php +++ b/src/PluginInfo.php @@ -10,7 +10,7 @@ final readonly class PluginInfo { - private const MAKAIRA_PLUGIN_VERSION = '2.0.1'; + private const MAKAIRA_PLUGIN_VERSION = '2.0.2'; public function __construct(private string $shopwareVersion) {