From e86ca61027c98a65a0e2a22a44b523e04cbea7cb Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 7 Dec 2017 21:54:34 +0100 Subject: [PATCH] Prepare for 2.4 (#423) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f66545c7..3ff60729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +## 2.4.0 + +### Added + +- Add cached property for DNS record +- Add domain verification +- `HttpClientException::getResponseCode()` +- Added `AbstractDomainResponse` that `VerifyResponse` and `CreateResponse` extends. + +### Fixed + +- Possible empty content of `WebhookIndexResponse`. +- Typo in `TotalResponse` that caused the content to be empty. + +### Changed + +- Allow some parameters to `Domain::create` to be optional. + +## 2.3.4 + +### Fixed + +- Typo in DnsRecord::isValid. This make sure the correct result of the function is returned. + ## 2.3.3 ### Changed