Skip to content

Commit

Permalink
Merge pull request #20 from patterns-ai-core/0.9.10
Browse files Browse the repository at this point in the history
0.9.10
  • Loading branch information
andreibondarev authored May 11, 2024
2 parents a0cfdb4 + c984294 commit 320d9c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cohere-ruby (0.9.9)
cohere-ruby (0.9.10)
faraday (>= 2.0.1, < 3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/cohere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Cohere
VERSION = "0.9.9"
VERSION = "0.9.10"
end

0 comments on commit 320d9c8

Please sign in to comment.