From 38ffd677bac19881e01b92d78ad0dcd241b62ea2 Mon Sep 17 00:00:00 2001 From: Barbara Palumbo Date: Mon, 2 Aug 2021 11:30:15 +0200 Subject: [PATCH] docs(Changelog): update changelog --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- src/Core/AbstractHttpClient.php | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2a17dbd..43df11d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ -# [2.15.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.14.0...v2.15.0) (2021-05-07) +# [2.16.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.15.0...v2.16.0) (2021-08-02) ### Features -* **ShoppingList:** support store for shopping lists ([8808ed1](https://github.com/commercetools/commercetools-php-sdk/commit/8808ed1e36ffc0094372395bc9cd523ba2fcda22)) +* **Channel:** support store for shopping lists ([8808ed1](https://github.com/commercetools/commercetools-php-sdk/commit/8808ed1e36ffc0094372395bc9cd523ba2fcda22)) + + + +# [2.15.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.14.0...v2.15.0) (2021-05-07) + + +### Features +* **Channel:** support set address custom update actions for channel and customers([371b47d](https://github.com/commercetools/commercetools-php-sdk/commit/371b47d773bac984afada00fe2c8f793540228d3)) # [2.14.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.13.0...v2.14.0) (2021-03-02) diff --git a/package.json b/package.json index 42ba8427e..78e6743fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-php-sdk-changelog", - "version": "2.15.0", + "version": "2.16.0", "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", diff --git a/src/Core/AbstractHttpClient.php b/src/Core/AbstractHttpClient.php index aa71791d4..5ee0f2b10 100644 --- a/src/Core/AbstractHttpClient.php +++ b/src/Core/AbstractHttpClient.php @@ -14,7 +14,7 @@ */ abstract class AbstractHttpClient { - const VERSION = '2.15.0'; + const VERSION = '2.16.0'; /** * @var AdapterInterface