Skip to content

Commit

Permalink
Version bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfountain committed Nov 4, 2014
1 parent 11a0efa commit 4c17eb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c17eb7

Please sign in to comment.