diff --git a/docs/changelog.rst b/docs/changelog.rst index 33a5714b..7fc0a247 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Release Notes .. towncrier release notes start +3.0.2 (2022-05-19) + + +Contributors +------------ +Many thanks to the contributors of bug reports, pull requests, and pull request +reviews for this release: + +* Akashdeep Dhar +* Aurélien Bompard + + 3.0.1 (2022-05-12) Development Changes diff --git a/fedora_messaging/__init__.py b/fedora_messaging/__init__.py index e6657727..9235cb58 100644 --- a/fedora_messaging/__init__.py +++ b/fedora_messaging/__init__.py @@ -23,4 +23,4 @@ pass -__version__ = "3.0.1" +__version__ = "3.0.2"