Skip to content

Commit

Permalink
Changelog for v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 16, 2024
1 parent 176c0e0 commit 53f1e72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ Product configuration
Changelog
---------

v2.6.0 (16 May 2024)
~~~~~~~~~~~~~~~~~~~~

- Require a new setting ``KIWI_GITHUB_PAT_FOR_CHECKING_ORGS_AND_USERNAMES``
- Add ``Purchase.gitops_prefix`` field with a new DB migration
- Record ``Purchase.gitops_prefix`` upon receiving incoming billing events
from GitHub
- Allow the Subscription page to edit the new ``gitops_prefix`` field
- Add the ``GitOps.allow()`` API method for usage in ``kiwitcms/gitops``
- Replace inline style attributes with CSS classes


v2.5.1 (06 May 2024)
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_install_requires(path):

setup(
name="kiwitcms-github-marketplace",
version="2.5.1",
version="2.6.0",
description="GitHub Marketplace integration for Kiwi TCMS",
long_description=get_long_description(),
author="Kiwi TCMS",
Expand Down

0 comments on commit 53f1e72

Please sign in to comment.