diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 45b73ea606a..73811e9555d 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -17,6 +17,14 @@ If you are upgrading to a new major version, check the breaking changes in the [ This section contains the release notes for Umbraco Commerce 13 including all changes for this version. +#### 13.1.15 (January 8th 2025) + +* Fixed issue with inconsistent payment validation incorrectly identifying some payments as inconsistent. + +#### 13.1.14 (December 12th 2024) + +* Added support for test licenses. + #### [13.1.13](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.13) (November 11th 2024) * Fixed Rounding issue between Umbraco Commerce and Stripe payment gateway [#580](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/580). diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index bfb7cb643d3..a896594ab56 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -17,6 +17,11 @@ If you are upgrading to a new major version, check the breaking changes in the [ This section contains the release notes for Umbraco Commerce 14 including all changes for this version. +#### 14.2.1 (January 8th 2025) + +* Fixed issue with inconsistent payment validation incorrectly identifying some payments as inconsistent. +* Fixed error in migration script. + #### 14.2.0 (November 12th 2024) * Added telemetry support as detailed [here](/14/umbraco-commerce/reference/telemetry/README.md). * Added a cart-to-order feature that will facilitate admin users to finalize an order directly from the BackOffice cart workspace.