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)