From 3ca1dd3141415a8cb224aaa3b775869f42f8e6df Mon Sep 17 00:00:00 2001 From: Dimitris Christodoulou Date: Wed, 2 Sep 2026 12:43:43 +0100 Subject: [PATCH] Bump version to 3.8.2 --- README.md | 2 +- couchbase-opentelemetry/README.md | 2 +- couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb | 2 +- lib/couchbase/version.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba866ded..2b72a6ce 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The library has been tested with MRI 3.2, 3.3, 3.4 and 4.0. Supported platforms Add this line to your application's Gemfile: ```ruby -gem "couchbase", "3.8.1" +gem "couchbase", "3.8.2" ``` And then execute: diff --git a/couchbase-opentelemetry/README.md b/couchbase-opentelemetry/README.md index 842e5e93..4a26d6e3 100644 --- a/couchbase-opentelemetry/README.md +++ b/couchbase-opentelemetry/README.md @@ -7,7 +7,7 @@ The library has been tested with MRI 3.2, 3.3, 3.4 and 4.0. Supported platforms Add this line to your application's Gemfile: ```ruby -gem "couchbase-opentelemetry", "3.8.1" +gem "couchbase-opentelemetry", "3.8.2" ``` And then execute: diff --git a/couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb b/couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb index 491aeb4f..2f678d90 100644 --- a/couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb +++ b/couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb @@ -17,6 +17,6 @@ module Couchbase module OpenTelemetry # Version of the Couchbase OpenTelemetry integration gem - VERSION = "3.8.1" + VERSION = "3.8.2" end end diff --git a/lib/couchbase/version.rb b/lib/couchbase/version.rb index 1c65a20f..e4988257 100644 --- a/lib/couchbase/version.rb +++ b/lib/couchbase/version.rb @@ -21,5 +21,5 @@ module Couchbase # $ ruby -rcouchbase -e 'pp Couchbase::VERSION' # {:sdk=>"3.4.0", :ruby_abi=>"3.1.0", :revision=>"416fe68e6029ec8a4c40611cf6e6b30d3b90d20f"} VERSION = {} unless defined?(VERSION) # rubocop:disable Style/MutableConstant - VERSION.update(:sdk => "3.8.1") + VERSION.update(:sdk => "3.8.2") end