diff --git a/CHANGELOG.md b/CHANGELOG.md index 08640c3..d178fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,8 @@ - Implement the Double Ratchet, X3DH and OMEMO specific bits - Add a Blind-Trust-Before-Verification TrustManager - Supported OMEMO version: 0.8.3 + +## 0.1.3 + +- Fix bug with the Double Ratchet causing only the initial message to be decryptable +- Expose `getDeviceMap` as a developer usable function diff --git a/pubspec.yaml b/pubspec.yaml index 694220a..cf23e3b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub