diff --git a/CHANGELOG.md b/CHANGELOG.md index 2571c240cd..f2edb43e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v0.0.41] - 2023-10-30 + +### New Features +- CogniSwitch Connector (#604) + +### Smaller Features + Bug Fixes +- add docs to min_chunk_size (#607) +- Change Tavily client name (#609) + ## [v0.0.40] - 2023-10-26 ### New Features diff --git a/pyproject.toml b/pyproject.toml index 91afc5d4d8..3be6f25997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama-hub" -version = "0.0.40" +version = "0.0.41" description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. " authors = ["Jerry Liu", "Jesse Zhang"] # New attributes