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

Commit 1bd020f

Browse files
committed
chore(Changelog): update changelog
1 parent a391885 commit 1bd020f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.18.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.17.0...v2.18.0) (2022-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **Models** added optional flag to field definitions of all models
7+
8+
9+
### Features
10+
11+
* **Order:** add update actions to set the delivery in the custom fields for order and order edit ([083b4d8](https://github.com/commercetools/commercetools-php-sdk/commit/083b4d8877a49fecffe6171779068be36c176bf1))
12+
* **ProductSelection:** new feature about product selection ([1d7b7f5](https://github.com/commercetools/commercetools-php-sdk/commit/1d7b7f5134c9037d585efc079c868bce8956abcc))
13+
114
## [2.17.1-beta.1](https://github.com/commercetools/commercetools-php-sdk/compare/v2.17.0...v2.17.1-beta.1) (2022-02-23)
215

316
### Bug Fixes

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.17.1-beta.1",
3+
"version": "2.19.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.17.1-beta.1';
17+
const VERSION = '2.18.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)