From d37a4bd7192161b99bb0d0d03c4f93f12b79cee4 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 25 Dec 2022 22:20:53 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0396193..ceff682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,3 +36,9 @@ - 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 + +## 1.0.0 + +- [Breaking] Replace `OmemoSessionManager` with `OmemoManager` +- Implement queued access to the ratchets inside the `OmemoManager` +- Implement heartbeat messages diff --git a/pubspec.yaml b/pubspec.yaml index e43d396..b79cb79 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.3.2 +version: 1.0.0 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub