diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c87285..8f0cfcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## Unreleased +## v0.10.0 + ### Added - `impl Clone for OneDrive`. diff --git a/Cargo.lock b/Cargo.lock index f57b024..28c907e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "onedrive-api" -version = "0.9.1" +version = "0.10.0" dependencies = [ "bytes", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 90e568e..1a3e3f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onedrive-api" -version = "0.9.1" +version = "0.10.0" repository = "https://github.com/oxalica/onedrive-api" categories = ["api-bindings"] keywords = ["onedrive", "http", "api"]