diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfd92b5..84383752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.15.0 + Breaking changes: * All identifiers now allocate at maximum one string (localpart and host are no longer stored diff --git a/Cargo.toml b/Cargo.toml index a714c398..5557558e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-identifiers" readme = "README.md" repository = "https://github.com/ruma/ruma-identifiers" -version = "0.14.1" +version = "0.15.0" edition = "2018" [package.metadata.docs.rs]