diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ede71f..06184c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/MakairaIO/shopware6-connect/compare/1.0.2...1.0.3) (2024-11-15) + + +### Bug Fixes + +* add readme ([801d68b](https://github.com/MakairaIO/shopware6-connect/commit/801d68b59a6b6e301594fb15275b52074355f427)) + ## [1.0.2](https://github.com/MakairaIO/shopware6-connect/compare/1.0.1...1.0.2) (2024-11-13) diff --git a/package.json b/package.json index 067f5a0..c1ec4bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "makairaio-shopware-connect", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "release": "semantic-release" diff --git a/src/PluginInfo.php b/src/PluginInfo.php index 1439313..064ea79 100644 --- a/src/PluginInfo.php +++ b/src/PluginInfo.php @@ -10,7 +10,7 @@ final readonly class PluginInfo { - private const MAKAIRA_PLUGIN_VERSION = '1.0.2'; + private const MAKAIRA_PLUGIN_VERSION = '1.0.3'; public function __construct(private string $shopwareVersion) {