Skip to content

Commit

Permalink
v0.14.0 pre release changes (#279)
Browse files Browse the repository at this point in the history
* v0.14.0 pre release changes

* Revert version change in readme
  • Loading branch information
agoallikmaa authored May 2, 2022
1 parent 6e0f988 commit 0e50d5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 0.14.0 [Unreleased]
## Version 0.14.0

* Add ability to limit storage usage for buffered telemetry (#TBD)
* Disk caching exporter now retries sending files (#260)
* Add ability to customize `screen.name` attribute with `@RumScreenName` annotation (#261)
* Add ability to limit storage usage for buffered telemetry (#272)
* Add method to check if RUM library has been initialized (#273)
* Add option to sample traces based on session ID (#273)

## Version 0.13.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Then, add the latest release as a dependency in your application's build.gradle
```
dependencies {
...
implementation ("com.splunk:splunk-otel-android:0.12.0")
implementation ("com.splunk:splunk-otel-android:0.14.0")
...
}
```
Expand Down

0 comments on commit 0e50d5e

Please sign in to comment.