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

Commit f2f2021

Browse files
committed
docs(Changelog): update changelog
1 parent 649af06 commit f2f2021

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.11.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.10.0...v2.11.0) (2020-05-05)
2+
3+
4+
### Features
5+
6+
* **Error:** add helper methods to retrieve errors from exceptions ([fd09c89](https://github.com/commercetools/commercetools-php-sdk/commit/fd09c89ce1570913fdf2426b11b0309afbb42171))
7+
* **Error:** improve message for unknown ApiException ([24a91ad](https://github.com/commercetools/commercetools-php-sdk/commit/24a91adef569491c77ab2d76a584909963ac48ab))
8+
* **Message:** support InventoryEntryQuantitySet message ([043aebe](https://github.com/commercetools/commercetools-php-sdk/commit/043aebe7dba96b825efcd720f936e50d276a349d))
9+
* **Search:** add helper method to retrieve facets from search response ([2a24040](https://github.com/commercetools/commercetools-php-sdk/commit/2a24040b498cefd8cbc62178b68654869ffb6f5b))
10+
11+
12+
113
# [2.10.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.9.0...v2.10.0) (2020-04-02)
214

315

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.11.0",
3+
"version": "2.12.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.11.0-dev';
17+
const VERSION = '2.11.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)