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

Commit

Permalink
docs(Changelog): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbara Palumbo committed Aug 2, 2021
1 parent cf52eff commit 38ffd67
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/AbstractHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
abstract class AbstractHttpClient
{
const VERSION = '2.15.0';
const VERSION = '2.16.0';

/**
* @var AdapterInterface
Expand Down

0 comments on commit 38ffd67

Please sign in to comment.