diff --git a/CHANGELOG.md b/CHANGELOG.md index 616ad68f9d224..5bdd1f58dd439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## Version 0.4.1 - 01/03/2024 +### Bug fixes +- Fix import AppFlowy data folder + ## Version 0.4.0 - 12/30/2023 1. Added capability to import data from an AppFlowy data folder. For detailed information, please see [AppFlowy Data Storage Documentation](https://docs.appflowy.io/docs/appflowy/product/data-storage). 2. Enhanced user interface and fixed various bugs. diff --git a/frontend/Makefile.toml b/frontend/Makefile.toml index 13092bd6036c0..7011bbfa4c3de 100644 --- a/frontend/Makefile.toml +++ b/frontend/Makefile.toml @@ -25,7 +25,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true CARGO_MAKE_CRATE_FS_NAME = "dart_ffi" CARGO_MAKE_CRATE_NAME = "dart-ffi" LIB_NAME = "dart_ffi" -APPFLOWY_VERSION = "0.4.0" +APPFLOWY_VERSION = "0.4.1" FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite" PRODUCT_NAME = "AppFlowy" MACOSX_DEPLOYMENT_TARGET = "11.0"