Skip to content

Commit 0193dcd

Browse files
committedJun 18, 2024·
Changelog for v2.0.1
1 parent 5b9815e commit 0193dcd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ Then configure how the application interacts with GitHub:
107107
Changelog
108108
---------
109109

110+
v2.0.1 (18 Jun 2024)
111+
~~~~~~~~~~~~~~~~~~~~
112+
113+
- Filter DB only for 'github-app' instead of unconditionally using the first
114+
record. Fixes
115+
`Sentry KIWI-TCMS-P5 <https://kiwitcms.sentry.io/issues/5501934208/?project=277775>`_
116+
117+
110118
v2.0.0 (07 Jun 2024)
111119
~~~~~~~~~~~~~~~~~~~~
112120

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_install_requires(path):
2626

2727
setup(
2828
name='kiwitcms-github-app',
29-
version='2.0.0',
29+
version='2.0.1',
3030
description='GitHub App integration for Kiwi TCMS',
3131
long_description=get_long_description(),
3232
author='Kiwi TCMS',

0 commit comments

Comments
 (0)
Please sign in to comment.