Skip to content

Commit 8e05347

Browse files
aws-application-signals-botgithub-actionsDoohl
authored
Pre-release: Update version to 1.0.0 (#128)
* Update CHANGELOG for version 1.0.0 * fix: Wrong README versions * fix: typo --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Leonardo Serrano <dhlserrano@gmail.com>
1 parent 15e8ffc commit 8e05347

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ All notable changes to this project will be documented in this file.
55
> **Note:** This CHANGELOG was created starting from version 0.0.0. Earlier changes are not documented here.
66
77
## Unreleased
8+
9+
## v1.0.0 - 2025-11-19
810
- chore(release): Test release workflows with version 0.0.0 ([#112](https://github.com/aws-observability/aws-otel-android/pull/112))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Add to your app's `build.gradle`. For a Kotlin DSL example:
2929
```kotlin
3030
dependencies {
3131
// For automatic instrumentation (recommended; see below for programmatic configuration)
32-
implementation("software.amazon.opentelemetry.android:agent:0.0.0")
32+
implementation("software.amazon.opentelemetry.android:agent:1.0.0")
3333

3434
// For HTTP instrumentation with ByteBuddy
35-
byteBuddy("io.opentelemetry.android.instrumentation:okhttp3-agent:0.12.0-alpha") // if you are using OkHttp-3.0
36-
byteBuddy("io.opentelemetry.android.instrumentation:httpurlconnection-agent:0.12.0-alpha") // if you are using URLConnection / HttpURLConnection / HttpsURLConnection
35+
byteBuddy("io.opentelemetry.android.instrumentation:okhttp3-agent:0.15.0-alpha") // if you are using OkHttp-3.0
36+
byteBuddy("io.opentelemetry.android.instrumentation:httpurlconnection-agent:0.15.0-alpha") // if you are using URLConnection / HttpURLConnection / HttpsURLConnection
3737
}
3838
```
3939

docs/auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ For advanced use cases requiring custom credential management, use SigV4-signed
5858

5959
```kotlin
6060
dependencies {
61-
implementation("software.amazon.opentelemetry.android:core:LATEST_VERSION")
62-
implementation("software.amazon.opentelemetry.android:aws-runtime:LATEST_VERSION")
61+
implementation("software.amazon.opentelemetry.android:core:1.0.0")
62+
implementation("software.amazon.opentelemetry.android:kotlin-sdk-auth:1.0.0")
6363
}
6464
```
6565

0 commit comments

Comments
 (0)