From af6febea39550688df5c0c71c76c7a40c8ee478f Mon Sep 17 00:00:00 2001 From: Mostafa Soliman Date: Tue, 7 Nov 2023 02:30:33 +0200 Subject: [PATCH] Chore: Adds change log for 1.6.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3448312..ffb40f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.6.0 + +- Feat: Added [runOnEveryNewBuild](https://github.com/MostafaSolimanMO/once/pull/23) Function +- Fix: `runOnNewVersion` saves version numbers with non-numerical values and does not sanitize them upon retrieval [Issue #24](https://github.com/MostafaSolimanMO/once/issues/24) +- Fix: Types Error in `runner.dart` +- Chore: Update dependencies & example app + # 1.5.4 - fix: [Issue #20](https://github.com/MostafaSolimanMO/once/issues/20)