diff --git a/README.rst b/README.rst index 1f83165..10b1c37 100644 --- a/README.rst +++ b/README.rst @@ -107,6 +107,14 @@ Then configure how the application interacts with GitHub: Changelog --------- +v2.2.0 (16 Apr 2026) +~~~~~~~~~~~~~~~~~~~~ + +- Update pre-commit-hooks from v5.0.0 to v6.0.0 +- Update GitHub actions +- Update minimum versions of multiple requirements to reduce vulnerabilities + + v2.1.0 (18 Apr 2025) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 76419f6..b1672f3 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Alexander Todorov +# Copyright (c) 2019-2026 Alexander Todorov # # Licensed under GNU Affero General Public License v3 or later (AGPLv3+) # https://www.gnu.org/licenses/agpl-3.0.html @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-app', - version='2.1.0', + version='2.2.0', description='GitHub App integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',