From 17524e09e912b9d357b6a961c9e18fe1cd544468 Mon Sep 17 00:00:00 2001 From: JNdhlovu Date: Thu, 8 Aug 2024 15:01:22 +0200 Subject: [PATCH] feat: correct changelog (#214) --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31756bda4..3306ca83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,13 @@ # Release Notes -## 10.2.7 - -### Changed -* All polling methods now return a `AsyncThrowingStream, Error>` and instead of a timeout, if there is no error it'll return the last valid response and complete the stream. - ## 10.2.6 ### Changed * Removed `SmileID.setEnvironment()` since the API Keys are no longer shared between environments +* All polling methods now return a `AsyncThrowingStream, Error>` and instead of a timeout, if there is no error it'll return the last valid response and complete the stream. * Fixed a bug where prep upload would not work for previously attempted API requests + ## 10.2.5 #### Fixed