Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from v4.0.5 to v4.0.6 #609

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
----------
Expand All @@ -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
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.4",
default_version="v4.0.6",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down