diff --git a/CHANGELOG.md b/CHANGELOG.md index b26ccbd..764bf1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for Stripe Klarna payment method +* ### Changed @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.8.21] - 2025-03-02 + +### Added + +* Support for Stripe Klarna payment method + ## [0.8.20] - 2025-02-18 ### Fixed diff --git a/setup.py b/setup.py index d01c69e..8f41dbc 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setuptools.setup( name="budy", - version="0.8.20", + version="0.8.21", author="Hive Solutions Lda.", author_email="development@hive.pt", description="Budy E-commerce System", diff --git a/src/budy/main.py b/src/budy/main.py index 649a605..8901825 100644 --- a/src/budy/main.py +++ b/src/budy/main.py @@ -85,7 +85,7 @@ def get_seeplus_api(self): return self.seeplus_api def _version(self): - return "0.8.20" + return "0.8.21" def _description(self): return "Budy"