Skip to content

Commit

Permalink
Update from v4.0.5 to v4.0.6 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored Jan 28, 2025
1 parent 339afe0 commit 5d27767
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
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

0 comments on commit 5d27767

Please sign in to comment.