diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6f45e1..12084122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.17.0 + Breaking changes: * `collections::only` no longer exports a `raw` submodule. It was never meant ot be exported in the first place. diff --git a/Cargo.toml b/Cargo.toml index b8a43910..f41a5648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-events" readme = "README.md" repository = "https://github.com/ruma/ruma-events" -version = "0.16.0" +version = "0.17.0" edition = "2018" [dependencies]