diff --git a/CHANGELOG.md b/CHANGELOG.md index de45150b..1e589f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.16.0 + Breaking changes: * `TryFromRaw::try_from_raw`'s signature has been simplified. The previous signature was a relict that was no longer sensible. diff --git a/Cargo.toml b/Cargo.toml index 04b3bf4a..b8a43910 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.15.1" +version = "0.16.0" edition = "2018" [dependencies]