diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a81fd0b4ccfef63c1329298d16b1f793494845..9f3e6ef8ee485cc2b178d4081d30c02f7791c29e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ All notable changes to this project will be documented in this file. -## [2.2.78] - 1 Feb, 2024 +## [2.2.8] - 1 Feb, 2024 -- Added configurations for allowing transactions of foreign based end-users +- 🔗💥 Breaking change: now in order to retrieve the bitmap, user should call `getGraphicFieldImageByType` method on result object, instead of retrieving the `bitmap` field. This solves the bug with OutOfMemory exceptions on some devices; +- Added configurations for allowing transactions of foreign based end-users; +- Range for available face comparison `threshold` is now between 0.55 and 0.99, and it defaults to 0.55 now ## [2.2.7] - 2 Nov, 2023 @@ -132,4 +134,4 @@ All notable changes to this project will be documented in this file. ### Fixes -- 🔨 `Image's size must be lower than 1600 kb`. This bug fixed. \ No newline at end of file +- 🔨 `Image's size must be lower than 1600 kb`. This bug fixed.