From bc6f98bcd8b297eb89c723c71c950117f07979ab Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 29 Sep 2022 15:20:25 +0200 Subject: [PATCH] release: Version 0.3.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e1ac4..0396193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,9 @@ - If an error occurs while decrypting the message, the ratchet will now be reset to its prior state - Fix a bug within the Varint encoding function. This should fix some occasional UnknownSignedPrekeyExceptions - Remove OmemoSessionManager's toJson and fromJson. Use toJsonWithoutSessions and fromJsonWithoutSessions. Restoring sessions is not out-of-scope for that function + +## 0.3.1 + +- Fix a bug that caused the device's id to change when replacing a OPK +- Every decryption failure now causes the ratchet to be restored to a pre-decryption state +- Add method to get the device's fingerprint diff --git a/README.md b/README.md index 8b1efce..68e440e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Include `omemo_dart` in your `pubspec.yaml` like this: dependencies: omemo_dart: hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub - version: ^0.3.0 + version: ^0.3.1 # [...] # [...] diff --git a/pubspec.yaml b/pubspec.yaml index 60dcee9..87a44f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.3.0 +version: 0.3.1 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub