Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Sep 25, 2024
1 parent f2172e0 commit 263fc28
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,3 +1,7 @@
## 0.0.6

* **Support streaming response types for /invoke**

## 0.0.5

* **Improve logging to hide body in case of sensitive data unless TRACE level**
Expand Down
2 changes: 1 addition & 1 deletion unstructured_platform_plugins/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5" # pragma: no cover
__version__ = "0.0.6" # pragma: no cover

0 comments on commit 263fc28

Please sign in to comment.