Skip to content

Commit

Permalink
post release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Oct 25, 2023
1 parent c72ba65 commit 1ecc00a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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).

## Unreleased
### Unreleased

* tbd

## Version 1.2.0 - 2023-10-25

This is the first version of `splunk-otel-android` that is based on the upstream version of
`opentelemetry-android`. Please note that this requires an additional project dependency,
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ android.useAndroidX=true
# generate the BuildConfig class that contains the app version
android.defaults.buildfeatures.buildconfig=true

version=1.2.0
version=1.3.0
group=com.splunk
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}
}

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

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android-volley/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}
}

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

Expand Down
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.31.0"
val otelVersion = "1.32.0-SNAPSHOT"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelSemconvVersion = "1.21.0-alpha"

Expand Down

0 comments on commit 1ecc00a

Please sign in to comment.