Skip to content

Commit

Permalink
Update from v3.3.7 to v3.3.8 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored Mar 5, 2024
1 parent 3e8935b commit 69d669f
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 @@
v3.3.8
----------
* Fix SSL SYSCALL error
* Fix Add redis.lock on the task task_update_vtex_products
* Fix Change the connected catalog status when starting the first manual product insertion

v3.3.7
----------
* Webhook product update 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="v3.3.7",
default_version="v3.3.8",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 69d669f

Please sign in to comment.