diff --git a/CHANGELOG.md b/CHANGELOG.md index ca93994..d26cf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ In this document, all remarkable changes are listed. Not mentioned are smaller c ## Unreleased +- nothing here yet + +## 0.9.1 + - fixed multiple local players, added example documentation for it - fixed save and advance request ordering during a rollback in P2PSessions diff --git a/Cargo.toml b/Cargo.toml index 0d9bd85..a9770b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ggrs" -version = "0.9.0" +version = "0.9.1" authors = ["Georg Schuppe "] edition = "2021" description = "GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!"