Skip to content

Commit

Permalink
feat: correct changelog (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
JNdhlovu authored Aug 8, 2024
1 parent c44f42a commit 17524e0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Release Notes

## 10.2.7

### Changed
* All polling methods now return a `AsyncThrowingStream<JobStatusResponse<T>, 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<JobStatusResponse<T>, 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
Expand Down

0 comments on commit 17524e0

Please sign in to comment.