diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cf75d2..4dbb0770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.5.0] - 2023-10-06 + +### Features + +- Add support for exporting an Account to a libolm pickle ([#111](https://github.com/matrix-org/vodozemac/pull/111)) +- Add base64 decoding and encoding methods to the public interface ([#112](https://github.com/matrix-org/vodozemac/pull/112)) + + ## [0.4.0] - 2023-05-31 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 5954840a..8a59b64c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ name = "vodozemac" description = "A Rust implementation of Olm and Megolm" repository = "https://github.com/matrix-org/vodozemac" -version = "0.4.0" +version = "0.5.0" edition = "2021" keywords = ["matrix", "chat", "messaging", "olm"] license = "Apache-2.0"