File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,14 @@ Then configure how the application interacts with GitHub:
107107Changelog
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+
110118v2.0.0 (07 Jun 2024)
111119~~~~~~~~~~~~~~~~~~~~
112120
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def get_install_requires(path):
2626
2727setup (
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' ,
You can’t perform that action at this time.
0 commit comments