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

Commit

Permalink
docs(Changelog): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schulze committed Apr 23, 2017
1 parent 6d4477b commit 94db9c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.7.1"></a>
## [1.7.1](https://github.com/commercetools/commercetools-php-sdk/compare/v1.7.0...v1.7.1) (2017-04-23)


### Bug Fixes

* **Collection:** fix unset of entries in collections ([ad9a9d6](https://github.com/commercetools/commercetools-php-sdk/commit/ad9a9d6))
* **ProductSuggest:** fix suggestion parameters ([6d4477b](https://github.com/commercetools/commercetools-php-sdk/commit/6d4477b)), closes [#310](https://github.com/commercetools/commercetools-php-sdk/issues/310)



<a name="1.7.0"></a>
# [1.7.0](https://github.com/commercetools/commercetools-php-sdk/compare/v1.6.1...v1.7.0) (2017-03-02)

Expand Down
2 changes: 1 addition & 1 deletion src/AbstractHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
abstract class AbstractHttpClient
{
const VERSION = '1.7.0';
const VERSION = '1.7.1';

/**
* @var AdapterInterface
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commercetools-php-sdk-changelog",
"version": "1.7.0",
"version": "1.7.1",
"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

0 comments on commit 94db9c1

Please sign in to comment.