diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a49e16..e757e47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.19.0 + ### Added - Basic support for statically linking SFML diff --git a/Cargo.toml b/Cargo.toml index 34020e1b..0ce5a85c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sfml" description = "Rust binding for sfml" -version = "0.18.1" +version = "0.19.0" authors = ["Jeremy Letang "] documentation = "https://docs.rs/sfml" repository = "https://github.com/jeremyletang/rust-sfml"