Skip to content

Commit 85c443f

Browse files
authored
Update version to 1.50.0-SNAPSHOT (open-telemetry#2161)
Co-authored-by: otelbot <[email protected]>
1 parent 2ee0768 commit 85c443f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## Version 1.49.0 (2025-08-22)
6+
57
### Consistent sampling
68

79
- Add updateable threshold sampler for dynamic sampling configuration

version.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val stableVersion = "1.49.0-SNAPSHOT"
2-
val alphaVersion = "1.49.0-alpha-SNAPSHOT"
1+
val stableVersion = "1.50.0-SNAPSHOT"
2+
val alphaVersion = "1.50.0-alpha-SNAPSHOT"
33

44
allprojects {
55
if (findProperty("otel.stable") != "true") {

0 commit comments

Comments
 (0)