diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c3595a..921c81b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.1] - 2023-10-07 + +- Readme fixes + ## [0.1.0] - 2023-10-05 - Initial release \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f04d11d3..c3033320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "canopy-sdk" -version = "0.1.0" +version = "0.1.1" description = "Canopy is an orchestration engine for intergating LLMs with Pinecone." authors = ["Relevance Team "] readme = "README.md"