diff --git a/README.rst b/README.rst index 0710fc9..5459e52 100644 --- a/README.rst +++ b/README.rst @@ -107,6 +107,16 @@ Then configure how the application interacts with GitHub: Changelog --------- +v1.7.0 (06 May 2024) +~~~~~~~~~~~~~~~~~~~~ + +- Pin indirect requirements to reduce the chance of installing vulnerable + dependencies +- Remove the wrapper ``GithubKiwiTCMSBot()`` class +- Simplify ``self.requester`` override in ``PatchedGithub()`` class +- Start using the new GitHub Auth parameters introduced in PyGithub==1.59.0 + + v1.6.0 (15 Jan 2024) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 0e46be8..b26b216 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-app', - version='1.6.0', + version='1.7.0', description='GitHub App integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',