We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479c874 commit 59d196aCopy full SHA for 59d196a
2 files changed
instrumentation/mongo/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-instrumentation-mongo
2
3
+## v0.25.1 / 2026-03-24
4
+
5
+- FIXED: Constrain mongo to versions lacking native otel (#2119)
6
7
## v0.25.0 / 2025-10-22
8
9
- BREAKING CHANGE: Min Ruby Version 3.2
instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb
@@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Mongo
10
- VERSION = '0.25.0'
+ VERSION = '0.25.1'
11
end
12
13
0 commit comments