Skip to content

Commit 59d196a

Browse files
release: Release opentelemetry-instrumentation-mongo 0.25.1 (was 0.25.0) (#2121)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 479c874 commit 59d196a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/mongo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-mongo
22

3+
## v0.25.1 / 2026-03-24
4+
5+
- FIXED: Constrain mongo to versions lacking native otel (#2119)
6+
37
## v0.25.0 / 2025-10-22
48

59
- BREAKING CHANGE: Min Ruby Version 3.2

instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module Mongo
10-
VERSION = '0.25.0'
10+
VERSION = '0.25.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)