Skip to content

Commit

Permalink
Update from v3.6.2 to v3.6.3 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored May 7, 2024
1 parent 4f0f4dc commit e4360ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v3.6.3
----------
* Ignore 404 error when fetching vtex product details
* Round up prices for weight-calculated products
* First sync vtex products for specific sellers
* Vtex rules for colombia
* Add method to list only active skus IDs

v3.6.2
----------
* Remove vtex webhook log
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="v3.6.2",
default_version="v3.6.3",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit e4360ea

Please sign in to comment.