diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faa17a..103bbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] -# [v0.11.2] 2024-05-14 +# [v0.11.2] 2024-05-19 ## Fixed diff --git a/Cargo.toml b/Cargo.toml index 8601dd9..a399a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.11.1" +version = "0.11.2" edition = "2021" rust-version = "1.65" authors = ["Robin Mueller "]