From 345596923ec3acb28d5b80bc00c4d347b1fc4a6d Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 18 Aug 2022 15:33:49 +0200 Subject: [PATCH] release: Bump version to 0.2.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d178fd4..9d75146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,9 @@ - Fix bug with the Double Ratchet causing only the initial message to be decryptable - Expose `getDeviceMap` as a developer usable function + +## 0.2.0 + +- Add convenience functions `getDeviceId` and `getDeviceBundle` +- Creating a new ratchet with an id for which we already have a ratchet will now overwrite the old ratchet +- Ratchet now carry an "acknowledged" attribute diff --git a/pubspec.yaml b/pubspec.yaml index cf23e3b..524c1f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.1.3 +version: 0.2.0 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub