From 88890c436a00a2a4d48857fcac3506824d53dc19 Mon Sep 17 00:00:00 2001 From: Eldar Singin Date: Tue, 31 Dec 2024 15:28:11 +0200 Subject: [PATCH] Fixed a typo in Changelog --- CHANGES.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.MD b/CHANGES.MD index 2a7a1771..db040d29 100644 --- a/CHANGES.MD +++ b/CHANGES.MD @@ -2,7 +2,7 @@ ================= - Included HTTP Status codes into `SiftException` message when possible - Validate that `apiKey` and `okHttpClient` are not `null` when creating `SiftClient` -- Validate that `accoundId` is not `null` when creating requests which require `accoundId` +- Validate that `accountId` is not `null` when creating requests which require `accountId` 3.17.0 (2024-11-15) =================