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

Commit f9e382c

Browse files
committed
docs(Changelog): update changelog
1 parent 7bcc67c commit f9e382c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [2.10.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.9.0...v2.10.0) (2020-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **Query:** fix query predicate variables to be forward compatible ([bb50caa](https://github.com/commercetools/commercetools-php-sdk/commit/bb50caa8e6166117ebffb6b27bc56f3f1fae6ff1))
7+
8+
9+
### Features
10+
11+
* **ApiClient:** oauth handler maps authentication errors to ApiException ([7a2e887](https://github.com/commercetools/commercetools-php-sdk/commit/7a2e887b905427924cc61c27a27cf4ec34244f40))
12+
* **Config:** remove legacy hostnames ([27f3769](https://github.com/commercetools/commercetools-php-sdk/commit/27f37690caf1790aee4fe05445be89fc7ae847ff)), closes [#537](https://github.com/commercetools/commercetools-php-sdk/issues/537)
13+
* **CustomerAddress:** add addressKey to actions and add one test ([04b453a](https://github.com/commercetools/commercetools-php-sdk/commit/04b453a4ce868eab7ac152e9c782f708da2cf3f4))
14+
* **CustomerStore:** add set add remove action for store in customer and add tests ([cedb0b0](https://github.com/commercetools/commercetools-php-sdk/commit/cedb0b017a9daf655fdfba031174992558858650))
15+
* **InventoryEntry:** add message for InventoryEntryCreated ([5c7319f](https://github.com/commercetools/commercetools-php-sdk/commit/5c7319fa67e7b176879e8f650e0a0ab7dda5f670))
16+
* **OrderStore:** add setStore action and message ([b375bfe](https://github.com/commercetools/commercetools-php-sdk/commit/b375bfe22eed819ebc4ed52e9ecbd62e79dd7ea9))
17+
* **ProductFixture:** update all methods relative to Cart with Published Product ([7c3fb2a](https://github.com/commercetools/commercetools-php-sdk/commit/7c3fb2a686cb6687b1da094248c64a6a3ea4d8fc))
18+
* **ShippingMethods:** add localized description to shippingMethods ([747179d](https://github.com/commercetools/commercetools-php-sdk/commit/747179dc1d1e1832185fbc96600eac0c731126a2))
19+
* **Store:** add Languages field to store ([b74172f](https://github.com/commercetools/commercetools-php-sdk/commit/b74172f15d12e1c47dc91e8e615d72953505e312))
20+
21+
22+
123
# [2.9.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.8.0...v2.9.0) (2019-12-02)
224

325

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.10.0",
3+
"version": "2.11.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.10.0-dev';
17+
const VERSION = '2.10.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)