Skip to content

Commit 1f18a2b

Browse files
committed
Changelog for v1.1
1 parent 7643bf0 commit 1f18a2b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,28 @@ Then configure how the application interacts with GitHub:
109109
Changelog
110110
---------
111111

112+
v1.1 (05 Aug 2020)
113+
~~~~~~~~~~~~~~~~~~
114+
115+
- Add GitHub issue-tracker integration which authenticates as the installed app.
116+
Fixes `Issue #25 <https://github.com/kiwitcms/github-app/issues/25>`_
117+
- Configure BugSystem for new repos. Fixes
118+
`Issue #15 <https://github.com/kiwitcms/github-app/issues/15>`_
119+
- Create Product & BugSystem records when installation_repositores change.
120+
Fixes `Issue #21 <https://github.com/kiwitcms/github-app/issues/21>`_
121+
- Trigger resync from GitHub via menu. Fixes
122+
`Issue #19 <https://github.com/kiwitcms/github-app/issues/19>`_
123+
- Trigger resync from GitHub after AppInstallation is configured. Fixes
124+
`Issue #20 <https://github.com/kiwitcms/github-app/issues/20>`_
125+
- Database: Add ``AppInstallation.settings_url`` field
126+
- Link to the correct URL for GitHub settings. Fixes
127+
`Issue #33 <https://github.com/kiwitcms/github-app/issues/33>`_
128+
- Require user to be logged in for ApplicationEdit. Fixes
129+
`Issue #36 <https://github.com/kiwitcms/github-app/issues/36>`_
130+
- Update translation strings
131+
- Add more tests
132+
133+
112134
v1.0 (13 Apr 2020)
113135
~~~~~~~~~~~~~~~~~~
114136

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_install_requires(path):
2525

2626
setup(
2727
name='kiwitcms-github-app',
28-
version='1.0',
28+
version='1.1',
2929
description='GitHub App integration for Kiwi TCMS',
3030
long_description=get_long_description(),
3131
author='Kiwi TCMS',

0 commit comments

Comments
 (0)