diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0040e..f5f7600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## 0.2.8 - 2024-06-04 + ### Fixes - Login now uses consumer-tenant API thus should support Apps targeting diff --git a/Cargo.lock b/Cargo.lock index 8d2eb87..2d0d240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "onedrive-fuse" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 95f8abd..cc9060d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onedrive-fuse" -version = "0.2.7" +version = "0.2.8" edition = "2021" repository = "https://github.com/oxalica/onedrive-fuse" keywords = ["onedrive", "fuse"]