Skip to content

Commit 10eb353

Browse files
authored
Prep for langchain-mongodb 0.4 release (#58)
1 parent f60d88a commit 10eb353

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

libs/langchain-mongodb/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
---
44

5-
## Changes in version 0.4 (YYYY/MM/DD)
5+
## Changes in version 0.5 (YYYY/MM/DD)
6+
7+
- TBD
8+
9+
## Changes in version 0.4 (2025/01/09)
610

711
- Added support for `MongoDBRecordManager`.
812
- Added support for `MongoDBLoader`.
13+
- Added support for `numpy 2.0`.
14+
- Added zizmor GitHub Actions security scanning.
15+
- Added local LLM support for testing.
916

1017
## Changes in version 0.3 (2024/12/13)
1118

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.3.0"
8+
version = "0.4.0"
99
description = "An integration package connecting MongoDB and LangChain"
1010
readme = "README.md"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)