Skip to content

Commit

Permalink
Changelog for v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 3, 2024
1 parent ab83f3d commit 9236966
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,22 @@ Product configuration
Changelog
---------

v2.5.0 (03 May 2024)
~~~~~~~~~~~~~~~~~~~~

- Allow edits to ``Tenant.extra_emails`` field by overriding the HTML templates
so we can expose this inside the UI. This new field is shown when creating
a new tenant or editing an existing one
- FastSpring webhooks handler will also try matching the
``Tenant.extra_emails`` field before updating the expiration period.
This will handle the situation where ``Tenant.owner`` is no longer the one
who pays for the subscription
- Pin transitive dependencies to reduce the possibility of installing
vulnerable packages
- Fix potentially uninitilized local variable
- Start using psycopg 3 for testing


v2.4.0 (13 Jan 2024)
~~~~~~~~~~~~~~~~~~~~

Expand All @@ -73,7 +89,6 @@ v2.4.0 (13 Jan 2024)
``tcms_github_marketplace/migrations/0001_initial.py``



v2.3.8 (24 Aug 2023)
~~~~~~~~~~~~~~~~~~~~

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.4.0",
version="2.5.0",
description="GitHub Marketplace integration for Kiwi TCMS",
long_description=get_long_description(),
author="Kiwi TCMS",
Expand Down

0 comments on commit 9236966

Please sign in to comment.