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

Commit

Permalink
chore(Changelog): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Feb 23, 2022
1 parent a391885 commit 1bd020f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.18.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.17.0...v2.18.0) (2022-02-23)


### Bug Fixes

* **Models** added optional flag to field definitions of all models


### Features

* **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))
* **ProductSelection:** new feature about product selection ([1d7b7f5](https://github.com/commercetools/commercetools-php-sdk/commit/1d7b7f5134c9037d585efc079c868bce8956abcc))

## [2.17.1-beta.1](https://github.com/commercetools/commercetools-php-sdk/compare/v2.17.0...v2.17.1-beta.1) (2022-02-23)

### Bug Fixes
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.17.1-beta.1",
"version": "2.19.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.17.1-beta.1';
const VERSION = '2.18.0';

/**
* @var AdapterInterface
Expand Down

0 comments on commit 1bd020f

Please sign in to comment.