diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a2b32..434e74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -0.3.6 (not released yet) +0.3.6 (2023-01-17) ------------------------ Bug fixes: * Create directory entry with `VOLUME_ID` attribute when formatting if volume label was set in `FormatVolumeOptions` diff --git a/Cargo.toml b/Cargo.toml index 362a9a1..b388308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatfs" -version = "0.3.5" +version = "0.3.6" authors = ["Rafał Harabień "] repository = "https://github.com/rafalh/rust-fatfs" readme = "README.md"