Skip to content

Commit

Permalink
Prepare release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Apr 27, 2023
1 parent 4b061e5 commit b313e05
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.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)

# 1.8.0 / 2023-03-22

* [FEATURE] Add support to AP1. See [#150](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/150)
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, 8, 0, Version.Type.Release)
val VERSION = Version(1, 8, 1, Version.Type.Release)
const val GROUP_ID = "com.datadoghq"
const val PUBLICATION = "pluginMaven"
}
Expand Down

0 comments on commit b313e05

Please sign in to comment.