Skip to content

Commit

Permalink
prepare for 1.3.1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Dec 14, 2023
1 parent 2f88370 commit c2b17a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

* tbd

## Version 1.3.1 - 2023-12-14

The previous release was mistakenly built against an OpenTelemetry `SNAPSHOT` build.
This remedies that and compiles against the 1.32.0 non-SNAPSHOT bom.

* Compile against OpenTelemetry Java Instrumentation 1.32.0 (no SNAPSHOT).

## Version 1.3.0 - 2023-12-13

This is a standard release following the regular upstream `opentelemetry-android` release.
This version is succeeded by a patch release: Users should use 1.3.1 instead of 1.3.0.

* Update to use upstream `opentelemetry-android` 0.3.0 (#714)
* Reduce unnecessary attempts at directory deletion for disk buffered telemetry (#683)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true

# generate the BuildConfig class that contains the app version
version=1.4.0
version=1.3.1
group=com.splunk
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
}
}

val otelVersion = "1.32.0-SNAPSHOT"
val otelVersion = "1.32.0"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelSemconvVersion = "1.21.0-alpha"

Expand Down

0 comments on commit c2b17a7

Please sign in to comment.