diff --git a/omemo/CHANGELOG b/omemo/CHANGELOG index 3f0cf3e..8e19d5a 100644 --- a/omemo/CHANGELOG +++ b/omemo/CHANGELOG @@ -1,3 +1,9 @@ +2.2.0 / 2017-04-06 +- Add auth tag to key instead of payload +- Support decryption of aesgcm:// uri scheme +- Make python-cryptography mandatory +- small bugfixes + 2.1.0 / 2017-03-26 - Add file decryption diff --git a/omemo/manifest.ini b/omemo/manifest.ini index abce88f..e5a9339 100644 --- a/omemo/manifest.ini +++ b/omemo/manifest.ini @@ -1,7 +1,7 @@ [info] name: OMEMO short_name: omemo -version: 2.1.0 +version: 2.2.0 description: OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install some dependencys, you can find install instructions for your system in the Github Wiki. authors: Bahtiar `kalkin-` Gadimov Daniel Gultsch