From 4c17eb795898c68a1d935682f357d9faa55c03f9 Mon Sep 17 00:00:00 2001 From: Tim Fountain Date: Tue, 4 Nov 2014 16:41:41 +0000 Subject: [PATCH] Version bump to 0.4.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b04580..8f522ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +0.4.1 (2014-11-4) +------------------ + +* Fixed a bug where the serial_style was not supplied to the API when creating new zones (thanks @fogeytron) +* Ensured API client's last response variable is nulled before each new API request + 0.4.0 (2014-08-15) ------------------ diff --git a/README.md b/README.md index 2d4a289..9d8ff20 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Requires PHP **5.3.23** or above. The cURL extension is recommended (although no The best way to install this SDK is with [Composer](http://getcomposer.org). Add the package [`dyninc/dyn-php`](https://packagist.org/packages/dyninc/dyn-php) to the `require` section of your `composer.json`: "require": { - "dyninc/dyn-php": "0.4.0" + "dyninc/dyn-php": "0.4.1" } then run `composer install` to install the SDK along with its dependencies.