From c23f5af6b6c0c7955b8c871b392a83ea058548ad Mon Sep 17 00:00:00 2001 From: Sander Land Date: Thu, 10 Aug 2023 16:01:20 +0200 Subject: [PATCH] edit CHANGELOG.md, edit pyproject.toml --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fcda455b..87c8c91c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.20.0 + +- [#277] (https://github.com/cohere-ai/cohere-python/pull/277) + - Add support for co.loglikelihood endpoint + ## 4.19.1 - [#273] (https://github.com/cohere-ai/cohere-python/pull/273) diff --git a/pyproject.toml b/pyproject.toml index 408d4b51e..80e6726cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cohere" -version = "4.19.2" +version = "4.20.0" description = "" authors = ["Cohere"] readme = "README.md"