From ee1cbde6ce276a2632fb8682d10e181eac76a36b Mon Sep 17 00:00:00 2001 From: Gunter Grodotzki Date: Sat, 1 Apr 2017 21:05:25 +0200 Subject: [PATCH] prepare 0.2.0 release --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907bcc3..4bd0757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.2.0 - 2017-04-01 + +### Added + +- `Client` configurable buffer chunk size (thx @nidzho) +- `Frame/Hello` proper hello frame implementation (thx @bgentil) +- php7.1 support + +### Fixed + +- travis +- autoloader / phpunit + ## 0.1.7 - 2016-07-17 ### Added @@ -29,4 +42,4 @@ - `DomainUpdate::removeBillingContact`: remove billing contact while updating domains (thx @jbarbede) - `Client::login`: add ability to passthrough svcExtensions via Client config (thx @jbarbede) - `Transfer`: add query type operation -- NicMX Extension (thx @jbarbede) \ No newline at end of file +- NicMX Extension (thx @jbarbede)