Skip to content

Commit

Permalink
Update from v3.9.10 to v3.9.11 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored Oct 29, 2024
1 parent 0388834 commit 28d695f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

v3.9.11
----------
* fix: returns operator token

v3.9.10
----------
* feat: add startFullScreen and embedded fields to WWC
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.9.10",
default_version="v3.9.11",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 28d695f

Please sign in to comment.