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

Commit fa9a11c

Browse files
author
Jens Schulze
committed
Merge branch 'release/v1.0.0'
2 parents dd9abc5 + a21a51c commit fa9a11c

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+
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/sphereio/commercetools-php-sdk/compare/v1.0.0-RC12...v1.0.0) (2016-05-02)
3+
4+
There had been no changes
5+
6+
17
<a name="1.0.0-RC12"></a>
28
# [1.0.0-RC12](https://github.com/sphereio/commercetools-php-sdk/compare/v1.0.0-RC11...v1.0.0-RC12) (2016-05-02)
39

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.0.0-RC12';
17+
const VERSION = '1.0.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.0.0-RC12",
3+
"version": "1.0.0",
44
"description": "commercetools PHP SDK changelog generator package description",
55
"homepage": "https://github.com/sphereio/commercetools-php-sdk",
66
"bugs": "https://github.com/sphereio/commercetools-php-sdk/issues",

0 commit comments

Comments
 (0)