Skip to content

Commit ddfe0d3

Browse files
authored
Update version to 1.47.0-SNAPSHOT (#1843)
1 parent 2fe0301 commit ddfe0d3

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.46.0 (2025-04-11)
6+
57
### Baggage processor
68

79
- Remove the deprecated and unused bare Predicate

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.46.0-SNAPSHOT"
2-
val alphaVersion = "1.46.0-alpha-SNAPSHOT"
1+
val stableVersion = "1.47.0-SNAPSHOT"
2+
val alphaVersion = "1.47.0-alpha-SNAPSHOT"
33

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

0 commit comments

Comments
 (0)