Skip to content

Commit

Permalink
[version] bump version to 0.7.20 (#7172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu committed Aug 6, 2023
1 parent cad264f commit 0b91476
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# ChangeLog

## Unreleased
## [0.7.20] - 2023-08-06

### New Features
- add router module docs (#7171)
- add retriever router (#7166)

### Bug Fixes / Nits
- Fix for issue where having multiple concurrent streamed responses from `OpenAIAgent` would result in interleaving of tokens across each response stream. (#7164)
- fix llms callbacks issue (args[0] error) (#7165)

## [0.7.19] - 2023-08-04

Expand Down
2 changes: 1 addition & 1 deletion llama_index/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.19
0.7.20

0 comments on commit 0b91476

Please sign in to comment.