Skip to content

Commit

Permalink
Merge pull request #350 from weni-ai/update/3.0.0
Browse files Browse the repository at this point in the history
Update from v2.7.1 to v3.0.0
  • Loading branch information
Sandro-Meireles authored Aug 24, 2023
2 parents c88b32b + 3adb494 commit 899fce0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v3.0.0
----------
* Create TemplateType and Project consumers
* Create JSONParser to use on EDA consumers
* Setup event_driven app and configure pyamqp
* Allow configure WhatsApp Demo from app type
* Configure flake8 to ignore F401 error in __init__.py files

v2.7.1
----------
* Adds endpoint that returns whatsapp demo redirect url
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="v2.7.1",
default_version="v3.0.0",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 899fce0

Please sign in to comment.