From c5b5ae9905e2d8aef1a1fa54a53232cf1a09c3fd Mon Sep 17 00:00:00 2001 From: "sandro.meireles" Date: Mon, 5 Feb 2024 19:06:27 -0300 Subject: [PATCH] Update from v3.3.0 to v3.3.1 --- CHANGELOG.md | 4 ++++ marketplace/swagger.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,