From f742c9db284053e3022210c57feeb799630ebd6e Mon Sep 17 00:00:00 2001 From: Andrei Bondarev Date: Fri, 5 Apr 2024 10:33:54 -0400 Subject: [PATCH] 0.9.9 --- 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 800a667..c4f48fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [Unreleased] +## [0.9.9] - 2024-04-05 +- Adding missing parameters to endpoints + ## [0.9.8] - 2024-02-10 - Adding method for /chat endpoint diff --git a/Gemfile.lock b/Gemfile.lock index d129453..694db71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cohere-ruby (0.9.8) + cohere-ruby (0.9.9) faraday (>= 2.0.1, < 3.0) GEM diff --git a/lib/cohere/version.rb b/lib/cohere/version.rb index e3ee897..5753502 100644 --- a/lib/cohere/version.rb +++ b/lib/cohere/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cohere - VERSION = "0.9.8" + VERSION = "0.9.9" end