Skip to content

Commit

Permalink
Merge pull request #169 from DataDog/nogorodnikov/prepare-release-1.9.0
Browse files Browse the repository at this point in the history
Prepare 1.9.0 release
  • Loading branch information
0xnm authored May 11, 2023
2 parents 301bfee + 37270b1 commit a10e46a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.9.0 / 2023-05-10

* [IMPROVEMENT] Remove mapping file size check. See [#166](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/166)
* [MAINTENANCE] Support building with Java 17. See [#162](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/162)
* [MAINTENANCE] Bump AGP to version 8.0.1. See [#163](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/163)
* [MAINTENANCE] Setup CodeQL scan. See [#164](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/164)
* [DOCS] Unsingle Source Android Error Tracking Doc Page. See [#165](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/165)

# 1.8.1 / 2023-04-27

* [BUGFIX] Update OkHttp version to 4.11.0. See [#161](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/161)
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, 9, 0, Version.Type.Dev)
val VERSION = Version(1, 9, 0, Version.Type.Release)
const val GROUP_ID = "com.datadoghq"
const val PUBLICATION = "pluginMaven"
}
Expand Down

0 comments on commit a10e46a

Please sign in to comment.