Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 38ffd67

Browse files
author
Barbara Palumbo
committed
docs(Changelog): update changelog
1 parent cf52eff commit 38ffd67

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
# [2.15.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.14.0...v2.15.0) (2021-05-07)
1+
# [2.16.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.15.0...v2.16.0) (2021-08-02)
22

33

44
### Features
55

6-
* **ShoppingList:** support store for shopping lists ([8808ed1](https://github.com/commercetools/commercetools-php-sdk/commit/8808ed1e36ffc0094372395bc9cd523ba2fcda22))
6+
* **Channel:** support store for shopping lists ([8808ed1](https://github.com/commercetools/commercetools-php-sdk/commit/8808ed1e36ffc0094372395bc9cd523ba2fcda22))
7+
8+
9+
10+
# [2.15.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.14.0...v2.15.0) (2021-05-07)
11+
12+
13+
### Features
714

15+
* **Channel:** support set address custom update actions for channel and customers([371b47d](https://github.com/commercetools/commercetools-php-sdk/commit/371b47d773bac984afada00fe2c8f793540228d3))
816

917

1018
# [2.14.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.13.0...v2.14.0) (2021-03-02)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commercetools-php-sdk-changelog",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"description": "commercetools PHP SDK changelog generator package description",
55
"homepage": "https://github.com/commercetools/commercetools-php-sdk",
66
"bugs": "https://github.com/commercetools/commercetools-php-sdk/issues",

src/Core/AbstractHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
abstract class AbstractHttpClient
1616
{
17-
const VERSION = '2.15.0';
17+
const VERSION = '2.16.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)