From 876b189aab9dd4b4e27d10066222fc8f703e8e3d Mon Sep 17 00:00:00 2001 From: Arjun Rajappa Date: Thu, 7 Aug 2025 10:03:56 +0530 Subject: [PATCH] release: V2.0.0 adding OTel specified methods to the tracer remove support for opentracing Signed-off-by: Arjun Rajappa --- README.md | 3 ++- lib/instana/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4299ef24..13b4d026 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Any and all feedback is welcome. Happy Ruby visibility. [![Gem Version](https://badge.fury.io/rb/instana.svg)](https://badge.fury.io/rb/instana) [![CircleCI](https://circleci.com/gh/instana/ruby-sensor.svg?style=svg)](https://circleci.com/gh/instana/ruby-sensor) -[![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-enabled-blue.svg)](http://opentracing.io) +[![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-disabled-red.svg)](http://opentracing.io) +[![OpenTelemetry Badge](https://img.shields.io/badge/OpenTelemetry-enabled-blue.svg)](http://opentelemetry.io) ## Installation diff --git a/lib/instana/version.rb b/lib/instana/version.rb index bb4065c6..0eaf6a8b 100644 --- a/lib/instana/version.rb +++ b/lib/instana/version.rb @@ -2,6 +2,6 @@ # (c) Copyright Instana Inc. 2016 module Instana - VERSION = "1.217.1" + VERSION = "2.0.0" VERSION_FULL = "instana-#{VERSION}" end