Skip to content

Commit bffec75

Browse files
Merge pull request #2867 from DataDog/aleksandr-gringauz/prepere-release-2.26.1
Prepare release 2.26.1
2 parents 93c253e + 32feb78 commit bffec75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.26.1 / 2025-09-11
2+
3+
* [BUGFIX] RUM: Move session properties to `ddtags` over query parameters. See [#2812](https://github.com/DataDog/dd-sdk-android/pull/2812)
4+
15
# 2.26.0 / 2025-08-27
26

37
* [FEATURE] RUM: Add battery and display attributes. See [#2815](https://github.com/DataDog/dd-sdk-android/pull/2815)

buildSrc/src/main/kotlin/com/datadog/gradle/config/AndroidConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object AndroidConfig {
2121
const val MIN_SDK_FOR_AUTO = 29
2222
const val BUILD_TOOLS_VERSION = "36.0.0"
2323

24-
val VERSION = Version(2, 26, 0, Version.Type.Release)
24+
val VERSION = Version(2, 26, 1, Version.Type.Release)
2525
}
2626

2727
// TODO RUM-628 Switch to Java 17 bytecode

0 commit comments

Comments
 (0)