Skip to content

Commit

Permalink
Merge pull request #2186 from DataDog/nogorodnikov/prepare-release-2.…
Browse files Browse the repository at this point in the history
…12.1

Prepare release 2.12.1
  • Loading branch information
0xnm committed Aug 13, 2024
2 parents bbc7612 + 1c84ef7 commit 94f4ba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.12.1 / 2024-08-13

* [BUGFIX] RUM: Make no-op RUM monitor implementation returned by default to be `NoOpAdvancedRumMonitor`. See [#2185](https://github.com/DataDog/dd-sdk-android/pull/2185)

# 2.12.0 / 2024-07-30

* [FEATURE] Trace: Add the `SessionEndedMetric` into sdk core. See [#2090](https://github.com/DataDog/dd-sdk-android/pull/2090)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object AndroidConfig {
const val MIN_SDK_FOR_WEAR = 23
const val BUILD_TOOLS_VERSION = "34.0.0"

val VERSION = Version(2, 12, 0, Version.Type.Release)
val VERSION = Version(2, 12, 1, Version.Type.Release)
}

// TODO RUM-628 Switch to Java 17 bytecode
Expand Down

0 comments on commit 94f4ba4

Please sign in to comment.