Skip to content

Commit

Permalink
Update from v4.0.3 to v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky committed Jan 11, 2025
1 parent 42b8178 commit f777f66
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.4
----------
* feat: return flow_object_uuid and app_uuid on create wpp-cloud
* feat: add can_communicate_internally permission
* feat: add dynamic url to message template button

v4.0.3
----------
* fix: first sync v2 with method data_processor.process_single_sku
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.3",
default_version="v4.0.4",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit f777f66

Please sign in to comment.