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

Commit e8fb14e

Browse files
author
Jens Schulze
committed
docs(Changelog): update changelog
1 parent 2f92dcc commit e8fb14e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="1.7.0"></a>
2+
# [1.7.0](https://github.com/commercetools/commercetools-php-sdk/compare/v1.6.1...v1.7.0) (2017-03-02)
3+
4+
5+
### Bug Fixes
6+
7+
* **CustomerDraft:** correct type mapping for customer draft dateOfBirth ([1233835](https://github.com/commercetools/commercetools-php-sdk/commit/1233835))
8+
* **State:** add roles to state draft model ([33bb512](https://github.com/commercetools/commercetools-php-sdk/commit/33bb512))
9+
10+
### Features
11+
12+
* **Cart:** support automatic deletion of old carts ([47c89b3](https://github.com/commercetools/commercetools-php-sdk/commit/47c89b3)), closes [#294](https://github.com/commercetools/commercetools-php-sdk/issues/294)
13+
* **Cart:** support tax rounding mode ([1c22189](https://github.com/commercetools/commercetools-php-sdk/commit/1c22189)), closes [#290](https://github.com/commercetools/commercetools-php-sdk/issues/290)
14+
* **Category:** add assets to categories ([5a7716d](https://github.com/commercetools/commercetools-php-sdk/commit/5a7716d)), closes [#285](https://github.com/commercetools/commercetools-php-sdk/issues/285)
15+
* **OAuth:** Client scope can be left empty ([7f1ddec](https://github.com/commercetools/commercetools-php-sdk/commit/7f1ddec)), closes [#291](https://github.com/commercetools/commercetools-php-sdk/issues/291)
16+
* **ShoppingList:** support shopping list ([d8fdf4d](https://github.com/commercetools/commercetools-php-sdk/commit/d8fdf4d)), closes [#287](https://github.com/commercetools/commercetools-php-sdk/issues/287)
17+
18+
19+
120
<a name="1.6.1"></a>
221
## [1.6.1](https://github.com/commercetools/commercetools-php-sdk/compare/v1.6.0...v1.6.1) (2017-02-14)
322

src/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 = '1.7.0-dev';
17+
const VERSION = '1.7.0';
1818

1919
/**
2020
* @var AdapterInterface

tools/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": "1.6.1",
3+
"version": "1.7.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",

0 commit comments

Comments
 (0)