diff --git a/README.rst b/README.rst index 043fcfc..0710fc9 100644 --- a/README.rst +++ b/README.rst @@ -107,6 +107,21 @@ Then configure how the application interacts with GitHub: Changelog --------- +v1.6.0 (15 Jan 2024) +~~~~~~~~~~~~~~~~~~~~ + +- 1-click bug report will now use ``execution.build.version.product`` instead + of ``execution.run.plan.product`` following changes in Kiwi TCMS, see: + _ + and `PR #3439 `_ for more details +- Require minimum version of several transitive dependencies, + ``certifi>=2023.7.22``, ``cryptography>=41.0.4``, ``pyjwt>=2.4.0``, ``requests>=2.31.0`` + in order to minimize exposure to known security vulnerabilities +- Build & test with Python 3.11 +- Start testing with psycopg3 +- Small updates around test jobs & CI + + v1.5.1 (28 Mar 2023) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index a09b0b4..0e46be8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-app', - version='1.5.1', + version='1.6.0', description='GitHub App integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',