diff --git a/CHANGES.txt b/CHANGES.txt index 65685741b7..6f585164db 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +stratisd 3.2.2 +============== +Recommended Rust toolchain version: 1.63.0 +Lowest supported Rust toolchain version: 1.62.1 + +Recommended development platform for Python development: Fedora 36 + +- Release version 3.2.2: + https://github.com/stratis-storage/stratisd/pull/3090 + + stratisd 3.2.1 ============== Recommended Rust toolchain version: 1.62.0 diff --git a/Cargo.lock b/Cargo.lock index 20f1bd1332..976bc08092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,7 +1153,7 @@ dependencies = [ [[package]] name = "stratisd" -version = "3.2.1" +version = "3.2.2" dependencies = [ "async-trait", "bindgen 0.59.2", diff --git a/Cargo.toml b/Cargo.toml index 3f3f53c954..30e7fd3aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.2.1" +version = "3.2.2" authors = ["Stratis Developers "] edition = "2018" build = "build.rs"