Skip to content

Commit

Permalink
chore(docs): Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaTutuWawa committed Apr 7, 2023
1 parent c1ad646 commit 4d312b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/moxxmpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.2

- **BREAKING**: Remove `lastResource` from `XmppConnection`'s `connect` method. Instead, set the `StreamManagementNegotiator`'s `resource` attribute instead. Since the resource can only really be restored by stream management, this is no issue.

## 0.3.1

- Fix some issues with running moxxmpp as a component
Expand Down
2 changes: 1 addition & 1 deletion packages/moxxmpp/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moxxmpp
description: A pure-Dart XMPP library
version: 0.3.1
version: 0.3.2
homepage: https://codeberg.org/moxxy/moxxmpp
publish_to: https://git.polynom.me/api/packages/Moxxy/pub

Expand Down

0 comments on commit 4d312b2

Please sign in to comment.