From 1964f7f431cdda3a43d76f3a15d957fa33b2580b Mon Sep 17 00:00:00 2001 From: Andrei Bondarev Date: Fri, 22 Nov 2024 23:35:14 -0500 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/cohere/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1871e5..d30e42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [1.0.1] - 2024-11-22 + ## [1.0.0] - 2024-11-22 - Migrate to v2 APIs diff --git a/Gemfile.lock b/Gemfile.lock index 8181e84..db651c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cohere-ruby (1.0.0) + cohere-ruby (1.0.1) faraday (>= 2.0.1, < 3.0) GEM diff --git a/lib/cohere/version.rb b/lib/cohere/version.rb index bee40fb..01a721f 100644 --- a/lib/cohere/version.rb +++ b/lib/cohere/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cohere - VERSION = "1.0.0" + VERSION = "1.0.1" end