From 7bb3df32256cdc08b65c1b408228c8235b8cfb5d Mon Sep 17 00:00:00 2001 From: elitonzky Date: Tue, 28 Jan 2025 11:33:36 -0300 Subject: [PATCH] Update from v4.0.5 to v4.0.6 --- CHANGELOG.md | 11 ++++++++--- marketplace/swagger.py | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f664a7dc..ea95f7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v4.0.6 +---------- +* fix: move webhook logs to send_sync +* fix: apply black to the project + v4.0.5 ---------- * feat: new rules to calculate by m² and format price with round floor @@ -286,7 +291,7 @@ v3.3.4 v3.3.3 ---------- -* Fixing75 the order of parameters for PhotoAPIRequest +* Fixing the order of parameters for PhotoAPIRequest * Upgrade python version from 3.8.x to 3.9.x v3.3.2 @@ -349,7 +354,7 @@ v3.1.1 * Template analytics viewset and services * Adds try except to continue synchronization * Adds tests to facebook service -* Create75 tests to flows service +* Create tests to flows service v3.1.0 ---------- @@ -360,7 +365,7 @@ v3.0.2 * Handle exceptions to sentry and dlx in TemplateTypeConsumer * Create project authorization with role ADMIN when create project -v3.0.175 +v3.0.1 ---------- * Set app.configured to True on create/configure externals apptype * Create tests to check_apps_uncreated_on_flow task diff --git a/marketplace/swagger.py b/marketplace/swagger.py index 043acda6..a3bc51db 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.4", + default_version="v4.0.6", desccription="Documentation of the Integrations APIs", ), public=True,