diff --git a/CHANGELOG.md b/CHANGELOG.md index 01178e2..cc87e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] -# [v0.11.0] 2024-02-27 +# [v0.11.0-rc.0] 2024-03-04 ## Added diff --git a/Cargo.toml b/Cargo.toml index cb5f35e..c1273d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.10.0" +version = "0.11.0-rc.0" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "]