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

Commit 4660e3d

Browse files
committed
docs(Changelog): update changelog
1 parent 9f7101c commit 4660e3d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.12.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.11.1...v2.12.0) (2020-10-12)
2+
3+
4+
### Features
5+
6+
* **Error:** add response body to exception message for BadRequest ([a0511ab](https://github.com/commercetools/commercetools-php-sdk/commit/a0511ab887b3636063cac0dc39eb09578fa04d05))
7+
* **Order:** migrate the first tests and create the fixture ([39b16f2](https://github.com/commercetools/commercetools-php-sdk/commit/39b16f2c3910bf7fe09d88cedbe9afcdfef8ec96))
8+
* **Project:** support country taxRate fallback ([35001b8](https://github.com/commercetools/commercetools-php-sdk/commit/35001b8663e98e0494b34ee527efb4e325de27bd))
9+
* **Project:** support language used in stores error ([d170ea6](https://github.com/commercetools/commercetools-php-sdk/commit/d170ea66ee37416e402802a7d766d86dd901a591)), closes [#578](https://github.com/commercetools/commercetools-php-sdk/issues/578)
10+
11+
12+
113
# [2.11.0](https://github.com/commercetools/commercetools-php-sdk/compare/v2.10.0...v2.11.0) (2020-05-05)
214

315

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.12.0-dev';
17+
const VERSION = '2.12.0';
1818

1919
/**
2020
* @var AdapterInterface

0 commit comments

Comments
 (0)