Skip to content

Commit 14b3576

Browse files
committed
versioning
1 parent 8e1ed2d commit 14b3576

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

33
All notable changes to `uipath_llm_client` (core package) will be documented in this file.
44

5+
## [1.1.0] - 2026-02-11
6+
7+
### Stable release
8+
- Fixed BYO on passthrough
9+
- Stable release
10+
511
## [1.0.13] - 2026-02-05
612

713
### Fix

packages/uipath_langchain_client/CHANGELOG.md

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

33
All notable changes to `uipath_langchain_client` will be documented in this file.
44

5+
## [1.1.0] - 2026-02-11
6+
7+
### Features
8+
- Added langchain fireworks client and tested with GLM
9+
10+
### Stable release
11+
- Fixed BYO on passthrough
12+
- Stable release
13+
514
## [1.0.13] - 2026-02-05
615

716
### Fix
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "UiPath LangChain Client"
22
__description__ = "A Python client for interacting with UiPath's LLM services via LangChain."
3-
__version__ = "1.0.13"
3+
__version__ = "1.1.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__titile__ = "UiPath LLM Client"
22
__description__ = "A Python client for interacting with UiPath's LLM services."
3-
__version__ = "1.0.13"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)