diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d95e85..b9468d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.34.2] - 2023-06-05 + +### Bug Fixes + +- Ui refresh page after login ([#230](https://github.com/sigoden/dufs/issues/230)) +- Webdav only see public folder even logging in ([#231](https://github.com/sigoden/dufs/issues/231)) + ## [0.34.1] - 2023-06-02 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index a4398a8..62265ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.34.1" +version = "0.34.2" dependencies = [ "alphanumeric-sort", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c049998..fd744b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.34.1" +version = "0.34.2" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"