diff --git a/CHANGES.txt b/CHANGES.txt index 9fabd045ce..2031566d73 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +stratisd 3.2.1 +============== +Recommended Rust toolchain version: 1.62.0 +Lowest supported Rust toolchain version: 1.58.1 + +Recommended development platform for Python development: Fedora 36 + +- Release version 3.2.1: + https://github.com/stratis-storage/stratisd/pull/3006 + + stratisd 3.2.0 ============== Recommended Rust toolchain version: 1.62.0 diff --git a/Cargo.lock b/Cargo.lock index aee165a46b..f89aaeab5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,7 +1110,7 @@ dependencies = [ [[package]] name = "stratisd" -version = "3.2.0" +version = "3.2.1" dependencies = [ "async-trait", "bindgen 0.59.2", diff --git a/Cargo.toml b/Cargo.toml index 19f6d01c3c..9bbd8e7192 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.2.0" +version = "3.2.1" authors = ["Stratis Developers "] edition = "2018" build = "build.rs"