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

Commit 15357a3

Browse files
author
Barbara Palumbo
committed
docs(Changelog): update version
1 parent 5169005 commit 15357a3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [2.22.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.21.0...v2.22.0) (2022-09-15)
2+
3+
### Features
4+
* **composer:** update announcement of deprecation
5+
6+
17
# [2.21.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.20.0...v2.21.0) (2022-07-04)
28

39
### Features

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.21.0",
3+
"version": "2.22.0",
44
"description": "Composable Commerce 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.21.0';
17+
const VERSION = '2.22.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)