From b6aa28e1ee8ab2173f4012787445275b87fadc5b Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 19 Aug 2022 17:00:44 +0200 Subject: [PATCH] release: Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d75146..8724115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,8 @@ - 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 + +## 0.2.1 + +- Add `isRatchetAcknowledged` +- Ratchets that are created due to accepting a kex are now unacknowledged diff --git a/pubspec.yaml b/pubspec.yaml index 524c1f4..9d25b15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.2.0 +version: 0.2.1 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub