Skip to content

Commit

Permalink
Update from v4.0.1 to v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky committed Dec 12, 2024
1 parent f2283f7 commit 70da1b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.0.2
----------
* fix: add redis mock to vtex service tests
* feat: update webhook products in batch

v4.0.1
----------
* feat: save updates products on redis queue
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.1",
default_version="v4.0.2",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 70da1b7

Please sign in to comment.