Release 2.5.0 (#1808)

* update changelog
* update version file
This commit is contained in:
Michel Oosterhof 2023-01-09 23:18:42 +08:00 committed by GitHub
parent 65fc49eee2
commit 0001168382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
Release Notes
#############
Release 2.5.0
*************
* Datadog output module (Fred Baguelin <frederic.baguelin@datadoghq.com>)
* General improvements to shell expansion handling
* New version of Twisted supported
* Python 3.11 support
* Pypy 3.9 support
* Add session type to Telegram output
Release 2.4.0
*************

View File

@ -9,5 +9,5 @@ from __future__ import annotations
from incremental import Version
__version__ = Version("cowrie", 2, 3, 0)
__version__ = Version("cowrie", 2, 5, 0)
__all__: list[str] = ["__version__"]