We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4c36d commit 03a6156Copy full SHA for 03a6156
sdk/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release History: opentelemetry-sdk
2
3
+### v0.13.1 / 2021-02-01
4
+
5
+* FIXED: Leaky test
6
+* FIXED: Allow env var override of service.name
7
8
### v0.13.0 / 2021-01-29
9
10
* BREAKING CHANGE: Remove MILLIS from BatchSpanProcessor vars
sdk/lib/opentelemetry/sdk/version.rb
@@ -7,6 +7,6 @@
module OpenTelemetry
module SDK
## Current OpenTelemetry version
- VERSION = '0.13.0'
+ VERSION = '0.13.1'
11
end
12
0 commit comments