diff --git a/CHANGELOG_de-DE.md b/CHANGELOG_de-DE.md index 8abf208..1b50682 100644 --- a/CHANGELOG_de-DE.md +++ b/CHANGELOG_de-DE.md @@ -1,3 +1,7 @@ +# 2.3.1 + +* Fix: update client to fix sitemaps + # 2.3.0 * Performance: use http-based client diff --git a/CHANGELOG_en-GB.md b/CHANGELOG_en-GB.md index 4577a14..25a7647 100644 --- a/CHANGELOG_en-GB.md +++ b/CHANGELOG_en-GB.md @@ -1,3 +1,7 @@ +# 2.3.1 + +* Fix: update client to fix sitemaps + # 2.3.0 * Performance: use http-based client diff --git a/composer.json b/composer.json index 78aac05..9664498 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "storage" ], "description": "This plugins allows you to use BunnyCdn as adapter for media", - "version": "2.3.0", + "version": "2.3.1", "type": "shopware-platform-plugin", "license": "mit", "authors": [ @@ -20,7 +20,7 @@ ], "require": { "shopware/core": "^6.4.3", - "tinect/flysystem-bunnycdn": "^1.0.1" + "tinect/flysystem-bunnycdn": "^1.0.2" }, "extra": { "shopware-plugin-class": "Frosh\\BunnycdnMediaStorage\\FroshPlatformBunnycdnMediaStorage",