We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2958a73 + f742c9d commit 6015ca2Copy full SHA for 6015ca2
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.9.9] - 2024-04-05
4
+- Adding missing parameters to endpoints
5
+
6
## [0.9.8] - 2024-02-10
7
- Adding method for /chat endpoint
8
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
lib/cohere/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cohere
- VERSION = "0.9.8"
+ VERSION = "0.9.9"
end
0 commit comments