From 0193dcd9bf92b08482924c5fb686356bfd8194db Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 18 Jun 2024 10:23:28 +0300 Subject: [PATCH] Changelog for v2.0.1 --- README.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f039380..fb902d2 100644 --- a/README.rst +++ b/README.rst @@ -107,6 +107,14 @@ Then configure how the application interacts with GitHub: Changelog --------- +v2.0.1 (18 Jun 2024) +~~~~~~~~~~~~~~~~~~~~ + +- Filter DB only for 'github-app' instead of unconditionally using the first + record. Fixes + `Sentry KIWI-TCMS-P5 `_ + + v2.0.0 (07 Jun 2024) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 06a4ab5..17308d8 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-app', - version='2.0.0', + version='2.0.1', description='GitHub App integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',