From 5197ed417c893cb28264514341d295eab98f7129 Mon Sep 17 00:00:00 2001 From: David Grayston Date: Wed, 18 Sep 2024 11:19:42 +0100 Subject: [PATCH] docs: Add upgrade notes --- UPGRADING.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 6b67aea..61ed184 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,6 +1,15 @@ # Upgrading -All breaking changes prior to v1 will be documented in this file to assist with upgrading. +All breaking changes will be documented in this file to assist with upgrading. + +## v1.2.0 + +Upgrading to this version introduces 2 changes that may require action + +1. `\Paddle\SDK\Entities\Shared\TransactionPaymentAttempt` field `paymentMethodId` was `string` only, +but has been aligned with the API to be `string` or `null`. + +2. `\Paddle\SDK\Resources\PricingPreviews\Operations` field `items` has been aligned with the API and can no longer be empty. ## v1.0.0