Skip to content

Commit 9f2e724

Browse files
committed
Update composer.json
1 parent d014ca7 commit 9f2e724

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to `shopware-php-sdk` will be documented in this file.
44

55
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
66

7+
### 2.3.0
8+
- feat: adding the previous exception to the ShopwareResponseException when it's mapped in Client
9+
- fix: catching the ShopwareResponseException in AdminAuthenticator since a BadResponseException always gets mapped to it in Client::handleException()
10+
711
### 2.2.0
812
- Compatibility with Shopware 6.6.10.0
913
- Update Criteria to support partial loading (Criteria.addFields)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A PHP SDK for Shopware 6 Platform",
44
"type": "library",
55
"license": "MIT",
6-
"version": "2.2.0",
6+
"version": "2.3.0",
77
"authors": [
88
{
99
"name": "vin",

0 commit comments

Comments
 (0)