diff --git a/CHANGELOG.md b/CHANGELOG.md index 571bb68..1ec8b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,3 +42,7 @@ - Implement queued access to the ratchets inside the `OmemoManager`. - Implement heartbeat messages. - [BREAKING] Rename `Device` to `OmemoDevice`. + +## 0.4.1 + +- Fix fetching the current device and building a ratchet session with it when encrypting for our own JID diff --git a/pubspec.yaml b/pubspec.yaml index 544403c..957f8fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.4.0 +version: 0.4.1 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub