Skip to content

Commit

Permalink
Update from v4.0.7 to v4.0.8 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored Feb 20, 2025
1 parent 082bb13 commit 55d951d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.0.8
----------
* fix: change skus listing route

v4.0.7
----------
* fix: adjust list all active products
Expand Down
2 changes: 1 addition & 1 deletion marketplace/swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
view = get_schema_view(
openapi.Info(
title="Integrations API Documentation",
default_version="v4.0.7",
default_version="v4.0.8",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 55d951d

Please sign in to comment.