Skip to content

Commit c33fdb0

Browse files
Update version to 1.48.0-SNAPSHOT (#1994)
Co-authored-by: otelbot <[email protected]> Co-authored-by: jason plumb <[email protected]>
1 parent 81a3617 commit c33fdb0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 1.47.0 (2025-07-03)
4+
5+
### Disk buffering
6+
7+
- Shared storage
8+
([#1912](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1912))
9+
- Implementing ExtendedLogRecordData
10+
([#1918](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1918))
11+
- Add missing EventName to disk-buffering LogRecordDataMapper
12+
([#1950](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1950))
413

514
### Disk buffering
615

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

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

0 commit comments

Comments
 (0)