diff --git a/README.rst b/README.rst index ca80e91..1f91260 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,18 @@ Product configuration Changelog --------- -v2.1.0 154 Aug 2022) +v2.2.0 (07 Apr 2023) +~~~~~~~~~~~~~~~~~~~~ + +- Fix fallback typo for FastSpring SKUs +- Adjust the fallback match string for Kiwi TCMS Enterprise on FastSpring +- Update requests from 2.28.1 to 2.28.2 +- Adjust callbacks for newer PyGithub +- Reformat files with Black +- Don't raise general exceptions + + +v2.1.0 (15 Aug 2022) ~~~~~~~~~~~~~~~~~~~~ - Send an exit poll after a subscription has been cancelled diff --git a/setup.py b/setup.py index 8afdbd0..7485975 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name="kiwitcms-github-marketplace", - version="2.1.0", + version="2.2.0", description="GitHub Marketplace integration for Kiwi TCMS", long_description=get_long_description(), author="Kiwi TCMS",