diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d5538..b28fea9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fd6a8..efb663c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.1](https://github.com/structured-world/coordinode-python/compare/v0.9.0...v0.9.1) (2026-04-16) + + +### Bug Fixes + +* **langchain:** catch gRPC errors in keyword_search, add missing methods to README ([b4f887f](https://github.com/structured-world/coordinode-python/commit/b4f887f0faaecafed8464ff73753839944b4e00c)) +* **langchain:** catch gRPC errors in keyword_search, add missing methods to README ([#44](https://github.com/structured-world/coordinode-python/issues/44)) ([871bd11](https://github.com/structured-world/coordinode-python/commit/871bd111960b6b9289e253ac2f5ea9255db7442a)) + ## [0.9.0](https://github.com/structured-world/coordinode-python/compare/v0.8.0...v0.9.0) (2026-04-16) diff --git a/pyproject.toml b/pyproject.toml index 1402e2d..bb524eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "coordinode-workspace" -version = "0.9.0" +version = "0.9.1" requires-python = ">=3.11" dependencies = [ "googleapis-common-protos>=1.74.0",