File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,6 +107,15 @@ Then configure how the application interacts with GitHub:
107107Changelog
108108---------
109109
110+ v2.1.0 (18 Apr 2025)
111+ ~~~~~~~~~~~~~~~~~~~~
112+
113+ - Refactor internal calls to PyGithub b/c of updated interface. Fixes
114+ `Sentry KIWI-TCMS-V7 <https://kiwitcms.sentry.io/issues/6548382981/ >`_
115+ - Enable search for WebhookPayloadAdmin
116+ - Start testing using upstream Postgres
117+
118+
110119v2.0.1 (18 Jun 2024)
111120~~~~~~~~~~~~~~~~~~~~
112121
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.1 ' ,
29+ version = '2.1.0 ' ,
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