diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e73f119..32915814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v3.3.1 +---------- +* Create Vtex-Apptype, service and client + v3.3.0 ---------- * Create Vtex-Apptype, service and client diff --git a/marketplace/swagger.py b/marketplace/swagger.py index 1bffec1d..328b31cd 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="v3.3.0", + default_version="v3.3.1", desccription="Documentation of the Integrations APIs", ), public=True,