From f2d17d59d2ef3f1f4161c61fec93242092880075 Mon Sep 17 00:00:00 2001 From: OutdatedGuy <74326345+OutdatedGuy@users.noreply.github.com> Date: Tue, 21 Jun 2022 03:42:46 +0530 Subject: [PATCH] DOCS: added changelog for v1.0.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d77dcfe..6721df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2022-06-21 + +- (Android) **FIX**: Splash screen not shown in fullscreen mode. +- **REFACTOR**: Removed **_select from camera_** option as search results were not useful. + ## [1.0.0] - 2022-06-17 - Initial Release