Skip to content

Commit

Permalink
Merge pull request #144 from DataDog/nogorodnikov/prepare-release-1.7.0
Browse files Browse the repository at this point in the history
Prepare release 1.7.0
  • Loading branch information
0xnm authored Feb 9, 2023
2 parents e630ea8 + e4806e3 commit 6147ab8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.7.0 / 2023-02-08

- [FEATURE] Add Gzip support for mapping file upload. See [#143](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/143)
- [IMPROVEMENT] Raise upload limit to 100MB for US1 datacenter. See [#142](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/142)

# 1.6.0 / 2023-01-17

- [IMPROVEMENT] Improve mapping upload flow. See [#131](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/131)
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, 7, 0, Version.Type.Dev)
val VERSION = Version(1, 7, 0, Version.Type.Release)
const val GROUP_ID = "com.datadoghq"
const val PUBLICATION = "pluginMaven"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ internal class OkHttpUploader : Uploader {
companion object {

// TODO add a plugin to automatically sync this with the `MavenConfig` value
internal const val VERSION = "1.6.0"
internal const val VERSION = "1.7.0"

internal const val HEADER_API_KEY = "DD-API-KEY"
internal const val HEADER_EVP_ORIGIN = "DD-EVP-ORIGIN"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kotlinGrammarParser = "c35b50fa44"

# Datadog
datadogSdk = "1.17.0"
datadogPluginGradle = "1.6.0"
datadogPluginGradle = "1.7.0"

[libraries]

Expand Down

0 comments on commit 6147ab8

Please sign in to comment.