diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcb348030..6436ffd0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Release Notes +## Version 0.0.7 - 11/27/2022 +### New features +- Support adding filters by the text property in Grid ## Version 0.0.6.2 - 10/30/2022 - Fix some bugs ## Version 0.0.6.1 - 10/26/2022 ### New features -- Optimzie appflowy_editor dark mode style +- Optimize appflowy_editor dark mode style ### Bug Fixes - Unable to copy the text with checkbox or link style diff --git a/frontend/Makefile.toml b/frontend/Makefile.toml index 92a2ce040e..5db28c3aa7 100644 --- a/frontend/Makefile.toml +++ b/frontend/Makefile.toml @@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true CARGO_MAKE_CRATE_FS_NAME = "dart_ffi" CARGO_MAKE_CRATE_NAME = "dart-ffi" LIB_NAME = "dart_ffi" -CURRENT_APP_VERSION = "0.0.6.2" +CURRENT_APP_VERSION = "0.0.7" FEATURES = "flutter" PRODUCT_NAME = "AppFlowy" # CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html