Skip to content

Commit

Permalink
Update from v3.7.3 to v3.7.4 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored May 24, 2024
1 parent cf9535b commit 8f80054
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 @@
v3.7.4
----------
* Hotfix: Create alert to notify upload errors

v3.7.3
----------
* Hotfix: Remove quotation marks and HTML tags from the title and description of vtex 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="v3.7.3",
default_version="v3.7.4",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 8f80054

Please sign in to comment.