Skip to content

Commit

Permalink
Merge pull request #357 from weni-ai/update/3.0.2
Browse files Browse the repository at this point in the history
Update from v.3.0.1 to v3.0.2
  • Loading branch information
Sandro-Meireles authored Sep 29, 2023
2 parents dc27b6e + 1969877 commit 9a4a246
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v3.0.2
----------
* Handle exceptions to sentry and dlx in TemplateTypeConsumer
* Create project authorization with role ADMIN when create project

v3.0.1
----------
* Set app.configured to True on create/configure externals apptype
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="v3.0.1",
default_version="v3.0.2",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 9a4a246

Please sign in to comment.