diff --git a/CHANGELOG.md b/CHANGELOG.md index c11f6fb1..5e1d37e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v3.0.1 +---------- +* Set app.configured to True on create/configure externals apptype +* Create tests to check_apps_uncreated_on_flow task + v3.0.0 ---------- * Create TemplateType and Project consumers diff --git a/marketplace/swagger.py b/marketplace/swagger.py index f9bbf136..432c04b0 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="v3.0.0", + default_version="v3.0.1", desccription="Documentation of the Integrations APIs", ), public=True,