Skip to content

Commit 6ae485f

Browse files
authored
Prep for 0.6.2 release (#133)
1 parent af1f4ed commit 6ae485f

File tree

4 files changed

+1677
-1673
lines changed

4 files changed

+1677
-1673
lines changed

libs/langchain-mongodb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
---
44

5+
## Changes in version 0.6.1 (2025/05/12)
6+
7+
- Improve robustness of `MongoDBDatabase.run`.
8+
59
## Changes in version 0.6.1 (2025/04/16)
610

711
- Fixed a syntax error in a docstring.

libs/langchain-mongodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "langchain-mongodb"
8-
version = "0.6.1"
8+
version = "0.6.2"
99
description = "An integration package connecting MongoDB and LangChain"
1010
readme = "README.md"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)