Skip to content

Commit 72cb9a2

Browse files
authored
v0.16.0 pre-release changes (#305)
1 parent 8acac83 commit 72cb9a2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Version 0.16.0
8+
## Version 0.17.0
99

1010
* TBD
1111

12+
## Version 0.16.0
13+
14+
* Updated to OpenTelemetry Java v1.15.0 (#303)
15+
* Fix race condition in slow render detection (#304)
16+
1217
## Version 0.15.0
1318

1419
* Updated to OpenTelemetry Java v1.14.0 (#287)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Then, add the latest release as a dependency in your application's build.gradle
8181
```
8282
dependencies {
8383
...
84-
implementation ("com.splunk:splunk-otel-android:0.14.0")
84+
implementation ("com.splunk:splunk-otel-android:0.16.0")
8585
...
8686
}
8787
```
@@ -117,7 +117,7 @@ Then, add the locally built library as a dependency in your application's build.
117117
```
118118
dependencies {
119119
...
120-
implementation ("com.splunk:splunk-otel-android:0.14.0-SNAPSHOT")
120+
implementation ("com.splunk:splunk-otel-android:0.17.0-SNAPSHOT")
121121
...
122122
}
123123
```

0 commit comments

Comments
 (0)