diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c13802b..f32698ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/marketplace/swagger.py b/marketplace/swagger.py index 9f0321c8..043acda6 100644 --- a/marketplace/swagger.py +++ b/marketplace/swagger.py @@ -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,