Version 0.7.0:
2022-12-01 Maxime “pep” Buquet <pep@bouah.net>
  * Breaking:
    - Bump slixmpp-omemo requirements to >=0.8.0
  * Changes:
    - Add own-key support to fingerprint method. Requires Poezio 237fd74.
    - Add support for roezio (Rust re-impl.).

Version 0.6.0:
2022-04-03 Maxime “pep” Buquet <pep@bouah.net>
  * Changes:
    - Remove MUC workaround since new poezio is released with a patch for it.
    - Remove declared trust states as long as we don't handle them to avoid
      misleading users.
    - get_fingerprints method is now async.
  * Improvements:
    - Implement format_fingerprint method and use Consistent Color Generation
      (XEP-0392) split in blocks of 8 chars as specified in XEP-0384 0.8.3.
    - Add a /omemo_reset command hidden behind enable_reset_command config.

Version 0.5.1:
2022-03-14 Maxime “pep” Buquet <pep@bouah.net>
  * Improvements:
    - Add minimal version requirements in requirements.txt and setup.py

Version 0.5.0:
2022-03-14 Maxime “pep” Buquet <pep@bouah.net>
  * Improvements:
    - Support the newer OMEMO lib async interface
    - Ensure omemo folder is created as 0700
    - Handle heartbeats
  * Misc:
    - Provide a way to convert input to the way we encode JIDs in Paths, when
      started as the main module (`python ./poezio_omemo/__init__.py`)

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:
2021-05-21 Maxime “pep” Buquet <pep@bouah.net>
  * Improvements:
    - First implementation of MUC reflections (thanks mathieui)

Version 0.3.0:
2020-02-20 Maxime “pep” Buquet <pep@bouah.net>
  * Breaking:
    - Use a hashed version of the bound Jid to ensure data path works on most FS.
  * Improvements:
    - Add CI script with linting and static type checking.
    - Change the way setuptools installs the plugin and use entry_points
      instead. This requires poezio `3577f887` at least.
  * Changes:
    - Recommend using master while the plugin is still experimental

Version 0.2.0:
2020-01-01 Maxime “pep” Buquet <pep@bouah.net>
  * Improvements:
    - Initial MUC support.
  * Changes:
    - Declare oldest supported Python version as 3.7.

Version 0.1.0:
2019-12-23 Maxime “pep” Buquet <pep@bouah.net>
  * Changes:
    - Import from https://lab.louiz.org/poezio/poezio/merge_requests/18.
