From 5922db2cd450e99381fd38d736313029660a08f3 Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Thu, 11 Jan 2024 14:03:39 +0800 Subject: [PATCH] chore: update CHANGELOG.md for 0.88.6 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cd5d047..08cb07e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.88.6] - 2024-01-11 + +### Added + +Feature update the NSE domain (#3161) +Feat confirm dialog on pull to refresh (#3171) +Feat sort assets in VERIFIED tab by uploaded_at (#3158) + +### Fixed + +Fix excessive api call (#3157) + ## [0.87.1] - 2023-12-04 ### Fixed @@ -2226,7 +2238,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [ - Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app) - Android - the APK file `app-debug.apk` is attached to this release -[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.87.1...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.88.6...HEAD +[0.88.6]: https://github.com/numbersprotocol/capture-lite/compare/0.87.1...0.88.6 [0.87.1]: https://github.com/numbersprotocol/capture-lite/compare/0.87.0...0.87.1 [0.87.0]: https://github.com/numbersprotocol/capture-lite/compare/0.86.4...0.87.0 [0.86.4]: https://github.com/numbersprotocol/capture-lite/compare/0.83.2...0.86.4