diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da9dd2..a6938d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.6.0...v0.6.1) (2025-01-09) + + +### Documentation + +* A few minor fixes for the notebook of Graph QA chain ([215ee96](https://github.com/googleapis/langchain-google-spanner-python/commit/215ee96825c012237c9ab69ac3a4d33102b28f8b)) + ## [0.6.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.5.0...v0.6.0) (2024-12-05) diff --git a/src/langchain_google_spanner/version.py b/src/langchain_google_spanner/version.py index 09fd186..34aedc3 100644 --- a/src/langchain_google_spanner/version.py +++ b/src/langchain_google_spanner/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.6.0" +__version__ = "0.6.1"