Skip to content

Commit

Permalink
Merge pull request #125 from breedx-splk/post_0.2.0_release
Browse files Browse the repository at this point in the history
Update for next version and update changelog
  • Loading branch information
breedx-splk authored Oct 23, 2023
2 parents ce88d10 + c23c437 commit b259de7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@

## Unreleased

- Update to java instrumentation 1.31.0
- Update to java sdk 1.31.0
- BREAKING - Update to latest java semantic conventions
- tbd

### Version 0.2.0 (2023-10-20)

This is a regular monthly cadence release, which follows the releases of
opentelemetry-java-instrumentation and opentelemetry-java (core/sdk).

- Update to [opentelemetry-java-instrumentation 1.31.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.31.0)
- Update to [opentelemetry-java sdk 1.31.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.31.0)
- BREAKING - Update to latest java semantic conventions (#114)
- `net.host.connection.type` -> `network.connection.type`
- `net.host.carrier.icc` -> `network.carrier.icc`
- `net.host.carrier.mcc` -> `network.carrier.mcc`
- `net.host.carrier.mnc` -> `network.carrier.mnc`
- `net.host.carrier.name` -> `network.carrier.name`
- `net.host.connection.type` -> `network.connection.type`
- `net.host.connection.subtype` -> `network.connection.subtype`
- Add experimental support for okhttp automatic build-time instrumentation (#64, #110)

## Version 0.1.0 (2023-09-13)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android.minSdk=21
android.targetSdk=23
android.compileSdk=34

version=0.2.0
version=0.3.0
group=io.opentelemetry.android

0 comments on commit b259de7

Please sign in to comment.