Update changelog

This commit is contained in:
Lance Edgar 2023-06-28 08:17:35 -05:00
parent 925de6c882
commit a6d25df9cb
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.10.43 (2023-06-28)
--------------------
* Replace deprecated usage of ``send_email()`` function.
* Allow problem report emails to have attachments.
* Add ``rattail filemon debug`` command option for win32.
* Rename module to ``rattail.filemon.config_``.
0.10.42 (2023-06-27)
--------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.10.42'
__version__ = '0.10.43'