diff --git a/CHANGELOG.md b/CHANGELOG.md index 767fb93b..c14345b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.5.0] - 2023-12-13 + +## Bug fixes +* Bump pytest-html version [#213](https://github.com/pinecone-io/canopy/pull/213) +* Improve dataloader error handling [#182](https://github.com/pinecone-io/canopy/pull/182) +* Slightly improve error handling for external errors [#222](https://github.com/pinecone-io/canopy/pull/220) + +## Added +* Cohere Embedding model support [#203](https://github.com/pinecone-io/canopy/pull/203) Thanks @jamescalam! +* Add Anyscale Embedding model support [#198](https://github.com/pinecone-io/canopy/pull/198) +* change max prompt tokens for Anyacle config [#222](https://github.com/pinecone-io/canopy/pull/222) + + +**Full Changelog**: https://github.com/pinecone-io/canopy/compare/V0.3.0...v0.5.0 + + ## [0.3.0] - 2023-12-10 ### Bug fixes diff --git a/pyproject.toml b/pyproject.toml index 8e21bbe7..88790f3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "canopy-sdk" -version = "0.3.0" +version = "0.5.0" description = "Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone" authors = ["Relevance Team "] readme = "README.md"