From 32c0c5a4f027def96bd602b2db0e83e7bf1fcb89 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 1 Jan 2023 16:55:15 +0100 Subject: [PATCH] feat: Update CHANGELOG and README --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdd49a..571bb68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ - 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` @@ -42,3 +41,4 @@ - Deprecate `OmemoSessionManager`. Use `OmemoManager` instead. - Implement queued access to the ratchets inside the `OmemoManager`. - Implement heartbeat messages. +- [BREAKING] Rename `Device` to `OmemoDevice`. diff --git a/README.md b/README.md index d526b8f..a2ffb21 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.1 + version: ^0.4.0 # [...] # [...]