From 196496a1f7d5ae4b70cc07e883bef30b9fbb8520 Mon Sep 17 00:00:00 2001 From: Harry Lewis Date: Tue, 8 Oct 2024 15:42:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c52252..f2fa4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the package will be documented in this file. +## [v2.17.5](https://github.com/upmind-automation/provision-provider-domain-names/releases/tag/v2.17.5) - 2024-10-08 + +- Update TPPWholesaleResponse to gracefully handle HTML responses +- Add `account_id` and `account_option` to TPPWholesale configuration for register() and transfer() + ## [v2.17.4](https://github.com/upmind-automation/provision-provider-domain-names/releases/tag/v2.17.4) - 2024-09-27 - Update DomainNameApi add specific error for when registrant contact is not set, and workaround @@ -72,6 +77,11 @@ All notable changes to the package will be documented in this file. - Update library for PHP 8 + Base lib v4 +## [v2.12.22](https://github.com/upmind-automation/provision-provider-domain-names/releases/tag/v2.12.22) - 2024-10-08 + +- Update TPPWholesaleResponse to gracefully handle HTML responses +- Add `account_id` and `account_option` to TPPWholesale configuration for register() and transfer() + ## [v2.12.21](https://github.com/upmind-automation/provision-provider-domain-names/releases/tag/v2.12.21) - 2024-09-27 - Update DomainNameApi add specific error for when registrant contact is not set, and workaround