From c9842945cb4b4459007ab3bd86a71820baacf7ba Mon Sep 17 00:00:00 2001 From: Andrei Bondarev Date: Fri, 10 May 2024 22:53:18 -0400 Subject: [PATCH] 0.9.10 --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/cohere/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f48fc..fcb037e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [Unreleased] +## [0.9.10] - 2024-05-10 +- /chat endpoint does not require `message:` parameter anymore + ## [0.9.9] - 2024-04-05 - Adding missing parameters to endpoints diff --git a/Gemfile.lock b/Gemfile.lock index 694db71..80489a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cohere-ruby (0.9.9) + cohere-ruby (0.9.10) faraday (>= 2.0.1, < 3.0) GEM diff --git a/lib/cohere/version.rb b/lib/cohere/version.rb index 5753502..4c696a1 100644 --- a/lib/cohere/version.rb +++ b/lib/cohere/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cohere - VERSION = "0.9.9" + VERSION = "0.9.10" end