diff --git a/CHANGELOG.md b/CHANGELOG.md index 287232c06..b98968753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http - Support Go standard libraries for 1.22.9 and 1.23.3. ([#1250](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1250)) - Support `google.golang.org/grpc` `1.68.0`. ([#1251](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1251)) +- Support `golang.org/x/net` `0.31.0`. ([#1254](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1254)) ### Fixed diff --git a/internal/pkg/inject/offset_results.json b/internal/pkg/inject/offset_results.json index 634bebabe..f0c6d1e42 100644 --- a/internal/pkg/inject/offset_results.json +++ b/internal/pkg/inject/offset_results.json @@ -1577,7 +1577,8 @@ "0.27.0", "0.28.0", "0.29.0", - "0.30.0" + "0.30.0", + "0.31.0" ] } ] @@ -1622,7 +1623,8 @@ "0.27.0", "0.28.0", "0.29.0", - "0.30.0" + "0.30.0", + "0.31.0" ] } ]