Update ChangeLog for 0.4.1

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2021-07-18 23:47:06 +02:00
parent 0183107d1e
commit 4d9dff5bf5
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
Version 0.4.1:
2021-07-18 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:
- Pass realjids to slix-omemo in MUC when possible. Workaround poezio
before (00a91774).
* Misc:
- Update copyright year
Version 0.4.0: Version 0.4.0:
2021-05-21 Maxime “pep” Buquet <pep@bouah.net> 2021-05-21 Maxime “pep” Buquet <pep@bouah.net>
* Improvements: * Improvements:

View file

@ -14,5 +14,5 @@
See the file LICENSE for copying permission. See the file LICENSE for copying permission.
""" """
__version__ = "0.4.0" __version__ = "0.4.1"
__version_info__ = (0, 4, 0) __version_info__ = (0, 4, 1)