Skip to content

Commit

Permalink
Merge pull request #241 from DataDog/nogorodnikov/prepare-release-1.13.1
Browse files Browse the repository at this point in the history
Prepare release 1.13.1
  • Loading branch information
0xnm authored Apr 11, 2024
2 parents ca500d5 + a9f2bf9 commit 1b891a4
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 @@
# 1.13.1 / 2024-04-11

* [BUGFIX] Avoid eager fetching of Variant values. See [#240](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/240)

# 1.13.0 / 2024-04-09

* [FEATURE] Inject build ID into mapping file upload and SDK host application as well. See [#211](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/211)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.net.URI

object MavenConfig {

val VERSION = Version(1, 13, 0, Version.Type.Release)
val VERSION = Version(1, 13, 1, Version.Type.Release)
const val GROUP_ID = "com.datadoghq"
const val PUBLICATION = "pluginMaven"
}
Expand Down

0 comments on commit 1b891a4

Please sign in to comment.