From 1f18a2bf3f461d17242fb380f98a5281e6e459cb Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Wed, 5 Aug 2020 23:32:40 +0300 Subject: [PATCH] Changelog for v1.1 --- README.rst | 22 ++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9f844dd..f9121b1 100644 --- a/README.rst +++ b/README.rst @@ -109,6 +109,28 @@ Then configure how the application interacts with GitHub: Changelog --------- +v1.1 (05 Aug 2020) +~~~~~~~~~~~~~~~~~~ + +- Add GitHub issue-tracker integration which authenticates as the installed app. + Fixes `Issue #25 `_ +- Configure BugSystem for new repos. Fixes + `Issue #15 `_ +- Create Product & BugSystem records when installation_repositores change. + Fixes `Issue #21 `_ +- Trigger resync from GitHub via menu. Fixes + `Issue #19 `_ +- Trigger resync from GitHub after AppInstallation is configured. Fixes + `Issue #20 `_ +- Database: Add ``AppInstallation.settings_url`` field +- Link to the correct URL for GitHub settings. Fixes + `Issue #33 `_ +- Require user to be logged in for ApplicationEdit. Fixes + `Issue #36 `_ +- Update translation strings +- Add more tests + + v1.0 (13 Apr 2020) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 3ffaa69..2adfff3 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-app', - version='1.0', + version='1.1', description='GitHub App integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',