From 43246fcc4b19733b68f8f775404c6813c352c5c1 Mon Sep 17 00:00:00 2001 From: Alexandro Date: Sat, 3 Sep 2022 17:49:33 +0100 Subject: [PATCH] Update CHANGELOG.md Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b81b82..fb1bd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2022-08-03 + ### Added - Added optional case sensitive parameters (https://github.com/AlexcastroDev/flexysearch/issues/13) +- Added search by number not empty (https://github.com/AlexcastroDev/flexysearch/issues/12) + +- Added search by number empty (https://github.com/AlexcastroDev/flexysearch/issues/11) +- +- Added search by string not empty (https://github.com/AlexcastroDev/flexysearch/issues/10) + +- Added search by string empty (https://github.com/AlexcastroDev/flexysearch/issues/9) + ### Docs - [Docs] Change documentation to Notion page and change readme