From 09641de00f6c24b3c2fef56ba8f16394d699ddb7 Mon Sep 17 00:00:00 2001 From: Eldar Singin Date: Tue, 31 Dec 2024 15:44:52 +0200 Subject: [PATCH] Fixed a typo in Changelog (#116) --- CHANGES.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.MD b/CHANGES.MD index 2a7a177..db040d2 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) =================