From 929a77512c0251273f84cc6e42cd346d50225f1e Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 17 Oct 2023 11:22:36 -0400 Subject: [PATCH] update changelog and toml --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab8e397c..e9075c290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 4.30 + - [#313] (https://github.com/cohere-ai/cohere-python/pull/313) + - change chatlog (string) to chat_history (array of messages) in /chat + - [#312] (https://github.com/cohere-ai/cohere-python/pull/312) + - add prompt_truncation in chat tests + - [#321] (https://github.com/cohere-ai/cohere-python/pull/321) + - remove generate finish reason test assertion + - [#322] (https://github.com/cohere-ai/cohere-python/pull/322) + - remove unneeded max_tokens test case + ## 4.29 - [#311] (https://github.com/cohere-ai/cohere-python/pull/311) - Embed: remove embed input_type tests diff --git a/pyproject.toml b/pyproject.toml index b34eb672d..9ee9d4917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cohere" -version = "4.27" +version = "4.30" description = "" authors = ["Cohere"] readme = "README.md"