Skip to content

Commit c36a0e4

Browse files
committed
chore(release): v2.0.0-rc.9 [skip ci]
1 parent 2d0fe72 commit c36a0e4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.0.0-rc.9 (2024-01-07)
6+
7+
### Fix
8+
9+
* fix: Removed name parameter from chat message (#36)
10+
11+
* fix: removed name parameter from chat message
12+
13+
* fix: imports in integration tests ([`2d0fe72`](https://github.com/AI21Labs/ai21-python/commit/2d0fe725975b5e1c9e817830994cefd91fca0e58))
14+
15+
516
## v2.0.0-rc.8 (2024-01-03)
617

18+
### Chore
19+
20+
* chore(release): v2.0.0-rc.8 [skip ci] ([`b766c77`](https://github.com/AI21Labs/ai21-python/commit/b766c770c0540cd70657302cea7cc95b869992d6))
21+
722
### Fix
823

924
* fix: env vars to http client in sagemaker (#35)

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.0.0-rc.8"
1+
VERSION = "2.0.0-rc.9"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

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

0 commit comments

Comments
 (0)