Skip to content

Commit e33f962

Browse files
committed
Changelog for v2.1.0
1 parent 6d56f02 commit e33f962

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ Then configure how the application interacts with GitHub:
107107
Changelog
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+
110119
v2.0.1 (18 Jun 2024)
111120
~~~~~~~~~~~~~~~~~~~~
112121

setup.py

Lines changed: 1 addition & 1 deletion
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.1',
29+
version='2.1.0',
3030
description='GitHub App integration for Kiwi TCMS',
3131
long_description=get_long_description(),
3232
author='Kiwi TCMS',

0 commit comments

Comments
 (0)