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 e1e3020 commit 4813f88Copy full SHA for 4813f88
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## Version 1.16.0 (2022-07-20)
6
+
7
### AWS X-Ray
8
9
- Fix #376: `AwsXrayRemoteSampler` doesn’t poll for update
version.gradle.kts
@@ -1,5 +1,5 @@
1
-val stableVersion = "1.16.0-SNAPSHOT"
-val alphaVersion = "1.16.0-alpha-SNAPSHOT"
+val stableVersion = "1.17.0-SNAPSHOT"
+val alphaVersion = "1.17.0-alpha-SNAPSHOT"
allprojects {
if (findProperty("otel.stable") != "true") {
0 commit comments