From e29ee0701596ee952769f43b850ea85dbf65a34e Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 7 Jan 2023 22:16:15 +0100 Subject: [PATCH] release: Tag 0.4.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec8b56..934d118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,3 +46,7 @@ ## 0.4.1 - Fix fetching the current device and building a ratchet session with it when encrypting for our own JID + +## 0.4.2 + +- Fix removeAllRatchets not removing, well, all ratchets. In fact, it did not remove any ratchet. diff --git a/pubspec.yaml b/pubspec.yaml index 957f8fa..5d346b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.4.1 +version: 0.4.2 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub