diff --git a/CHANGES.txt b/CHANGES.txt index 740392e016..5cf6062545 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +stratisd 3.5.5 +============== +Recommended Rust toolchain version: 1.69.0 +Lowest supported Rust toolchain version: 1.66.1 + + stratisd 3.5.4 ============== Recommended Rust toolchain version: 1.68.0 diff --git a/Cargo.lock b/Cargo.lock index 9ab2865e65..90065274f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1281,7 +1281,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stratisd" -version = "3.5.4" +version = "3.5.5" dependencies = [ "assert_cmd", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 41a0bb69df..7bce78feed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.5.4" +version = "3.5.5" authors = ["Stratis Developers "] edition = "2021" rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN