Skip to content

Commit bc96a2c

Browse files
committed
Preprare release 0.5.2
1 parent 924bc5a commit bc96a2c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.5.2] - 2020-06-16
4+
5+
* Fixed printing null or empty values (#8)
6+
* Fixed warnings found by code analysis (PR #8)
7+
* Improve code documentation (PR #6)
8+
39
## [0.3.7] - 2020-03-19
410

511
* Rename all DomainRobot string to Domainrobot

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "internetx/php-domainrobot-sdk",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A php package for easy integration of the domainrobot API powered by InterNetX GmbH.",
55
"type": "library",
66
"license": "MIT",
@@ -13,4 +13,4 @@
1313
"require": {
1414
"guzzlehttp/guzzle": "~6.0"
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)