diff --git a/CHANGELOG.md b/CHANGELOG.md index 33325af..faadd8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.6](https://github.com/MakairaIO/shopware6-connect/compare/2.0.5...2.0.6) (2024-11-15) + + +### Bug Fixes + +* add readme ([e2c14f1](https://github.com/MakairaIO/shopware6-connect/commit/e2c14f16301600f1195493456d67c2fd158f9db3)) +* remove customer specific adjustments ([2e4094b](https://github.com/MakairaIO/shopware6-connect/commit/2e4094b52c55e7a84190f031a296a629352b30a5)) + ## [2.0.5](https://github.com/MakairaIO/shopware6-connect/compare/2.0.4...2.0.5) (2024-11-13) diff --git a/package.json b/package.json index 5a5faa6..c6e0b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "makairaio-shopware-connect", - "version": "2.0.5", + "version": "2.0.6", "private": true, "scripts": { "release": "semantic-release" diff --git a/src/PluginInfo.php b/src/PluginInfo.php index 770cc71..148d195 100644 --- a/src/PluginInfo.php +++ b/src/PluginInfo.php @@ -10,7 +10,7 @@ final readonly class PluginInfo { - private const MAKAIRA_PLUGIN_VERSION = '2.0.5'; + private const MAKAIRA_PLUGIN_VERSION = '2.0.6'; public function __construct(private string $shopwareVersion) {