Skip to content

Commit 2816660

Browse files
author
semantic-release
committed
chore(release): v2.14.1 [skip ci]
1 parent 882de79 commit 2816660

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# CHANGELOG
22

3+
## v2.14.1 (2024-08-26)
4+
5+
### Fix
6+
7+
* fix: Bug fixes - embed, streaming response, request retry rename (#206)
8+
9+
Co-authored-by: Paz Shalev <[email protected]> ([`882de79`](https://github.com/AI21Labs/ai21-python/commit/882de79241239dc0068d7619dbed326fe13cc6b1))
10+
311
## v2.14.0 (2024-08-22)
412

13+
### Chore
14+
15+
* chore(release): v2.14.0 [skip ci] ([`307cfc6`](https://github.com/AI21Labs/ai21-python/commit/307cfc6f78355515acc9949de65a89bac7279db0))
16+
517
### Feature
618

719
* feat: add vertex support (#182) ([`0c7a32d`](https://github.com/AI21Labs/ai21-python/commit/0c7a32df521c23443cd1a5a64b15a4429e0f57a7))

ai21/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.14.0"
1+
VERSION = "2.14.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

4747
[tool.poetry]
4848
name = "ai21"
49-
version = "2.14.0"
49+
version = "2.14.1"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)