diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfe..59fed2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{".":"0.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7893c8e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-02-01) + + +### Features + +* test feature commit, readme change ([#55](https://github.com/langchain-ai/langchain-weaviate/issues/55)) ([3d3b64e](https://github.com/langchain-ai/langchain-weaviate/commit/3d3b64ebcc757ff15418d9e7c18ab5c481a43d07)) diff --git a/pyproject.toml b/pyproject.toml index f5ca749..d072961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-weaviate" -version = "0.0.1rc1" +version = "0.1.0" description = "An integration package connecting Weaviate and LangChain" authors = [] readme = "README.md"