diff --git a/doc/changelog.rst b/doc/changelog.rst index c8d9168..a81e525 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -2,6 +2,25 @@ Changelog ========= +v1.1.5 +====== + +Features +-------- + +* Add configuration for skipping last message + (`#534 `_). + +Developer improvements +---------------------- + +* Revert 'Remove m2crypto' commit - the package can't be build for EPEL7 + (`#6f8b256 https://github.com/fedora-infra/fedmsg/commit/6f8b2569c07bc8eeab0cf15791fee941b6860f83`_) + +Many thanks to all our contributors for this release: + +* penguinpee + v1.1.4 ====== diff --git a/setup.py b/setup.py index 3e9600b..2337104 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ setup( name='fedmsg', - version='1.1.4', + version='1.1.5', description="Fedora Messaging Client API", long_description=long_description, author='Ralph Bean',