diff --git a/CHANGELOG.md b/CHANGELOG.md index 66db9904..27faa4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to `shopware-php-sdk` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +### 1.7.3 +- [Fix Schema caching](https://github.com/vienthuong/shopware-php-sdk/pull/62) +- [Loosen Guzzle requirement](https://github.com/vienthuong/shopware-php-sdk/pull/63) + ### 1.7.2 - [Fix EntityCollection is returned for empty result](https://github.com/vienthuong/shopware-php-sdk/issues/58) - [Fix EntityRepository::searchIds does not throw ShopwareSearchResponseException](https://github.com/vienthuong/shopware-php-sdk/issues/49) diff --git a/composer.json b/composer.json index ec8f21ab..ceb71be5 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A PHP SDK for Shopware 6 Platform", "type": "library", "license": "MIT", - "version": "1.7.2", + "version": "1.7.3", "authors": [ { "name": "vin",