diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c92d59fb2..c6eb2bc9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.7.1](https://github.com/commercetools/commercetools-php-sdk/compare/v1.7.0...v1.7.1) (2017-04-23) + + +### Bug Fixes + +* **Collection:** fix unset of entries in collections ([ad9a9d6](https://github.com/commercetools/commercetools-php-sdk/commit/ad9a9d6)) +* **ProductSuggest:** fix suggestion parameters ([6d4477b](https://github.com/commercetools/commercetools-php-sdk/commit/6d4477b)), closes [#310](https://github.com/commercetools/commercetools-php-sdk/issues/310) + + + # [1.7.0](https://github.com/commercetools/commercetools-php-sdk/compare/v1.6.1...v1.7.0) (2017-03-02) diff --git a/src/AbstractHttpClient.php b/src/AbstractHttpClient.php index 0122968783..a1d8f1a9ce 100644 --- a/src/AbstractHttpClient.php +++ b/src/AbstractHttpClient.php @@ -14,7 +14,7 @@ */ abstract class AbstractHttpClient { - const VERSION = '1.7.0'; + const VERSION = '1.7.1'; /** * @var AdapterInterface diff --git a/tools/package.json b/tools/package.json index fd54444378..f288d81ea6 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-php-sdk-changelog", - "version": "1.7.0", + "version": "1.7.1", "description": "commercetools PHP SDK changelog generator package description", "homepage": "https://github.com/commercetools/commercetools-php-sdk", "bugs": "https://github.com/commercetools/commercetools-php-sdk/issues",