diff --git a/changelog.txt b/changelog.txt index deedbdbb705..58379bedca4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,8 @@ *** WooPayments Changelog *** = 7.5.3 - 2024-04-22 = +* Fix - Fix subscription renewals exceptions +* Dev - Remove deprecated param from asset data registry interface. = 7.5.2 - 2024-04-22 = * Fix - Bugfix for failing subscription renewal payments. diff --git a/changelog/fix-subscription-renewal b/changelog/fix-subscription-renewal deleted file mode 100644 index 538c54ec0a1..00000000000 --- a/changelog/fix-subscription-renewal +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix subscription renewals exceptions diff --git a/changelog/remove-deprecated-param-from-asset-data-registry b/changelog/remove-deprecated-param-from-asset-data-registry deleted file mode 100644 index a18738ea4b8..00000000000 --- a/changelog/remove-deprecated-param-from-asset-data-registry +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Remove deprecated param from asset data registry interface. diff --git a/readme.txt b/readme.txt index 1c823e99e0c..dc97710888a 100644 --- a/readme.txt +++ b/readme.txt @@ -95,6 +95,8 @@ Please note that our support for the checkout block is still experimental and th == Changelog == = 7.5.3 - 2024-04-22 = +* Fix - Fix subscription renewals exceptions +* Dev - Remove deprecated param from asset data registry interface. = 7.5.2 - 2024-04-22 =