From 5928f8c2a3546a15ca754897b1e6900db3c3aa55 Mon Sep 17 00:00:00 2001 From: Dani Kirby <58542682+Dani-Kirby@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:16:24 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d7232..e47a1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.1.0 +- Bug Fixes: + - Fix missing `OTHERS` value in `Shipment Carrier` enum model + - Update Transaction Search API naming in docs + ## 2.0.0 - Breaking Changes: - Several model renames for more precise mapping to controllers @@ -18,4 +23,4 @@ - Documentation updates ## 1.0.0 -- GA Release for Orders, Payments, and Vault APIs \ No newline at end of file +- GA Release for Orders, Payments, and Vault APIs