Skip to content

Commit

Permalink
Update from v4.0.2 to v4.0.3 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored Dec 13, 2024
1 parent 7ffea83 commit 0ef9b57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v4.0.3
----------
* fix: first sync v2 with method data_processor.process_single_sku
* fix: checks sync version on sync-sellers
* fix: call initial_sync_products_completed after first sync and adjust validate_sync_status

v4.0.2
----------
* fix: add redis mock to vtex service tests
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.2",
default_version="v4.0.3",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 0ef9b57

Please sign in to comment.