diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0d47e..3db8f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,4 +70,8 @@ This version is a complete rework of omemo_dart! ## 0.5.1 - Remove `added` and `replaced` from the data passed to the `CommitRatchetsCallback` -- Added a list of newly added and replaced ratchets to the encryption and decryption results. This is useful for displaying messages like "Contact added a new device" \ No newline at end of file +- Added a list of newly added and replaced ratchets to the encryption and decryption results. This is useful for displaying messages like "Contact added a new device" + +## 0.6.0 + +- Bump dependencies to fix running with never version of Dart diff --git a/pubspec.yaml b/pubspec.yaml index c77b9ec..9e76925 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.5.1 +version: 0.6.0 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub