diff --git a/CHANGELOG.md b/CHANGELOG.md index d64973dfb..c66299838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http - Cache offsets for `golang.org/x/net` `0.48.0`. ([#3105](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3105)) - Cache offsets for `google.golang.org/grpc` `1.79.0-dev`. ([#3122](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3122)) - Cache offsets for `google.golang.org/grpc` `1.78.0`. ([#3165](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3165)) +- Cache offsets for `golang.org/x/net` `0.49.0`. ([#3198](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3198)) ### Removed diff --git a/internal/pkg/inject/offset_results.json b/internal/pkg/inject/offset_results.json index 1be7d0615..c1a44b05e 100644 --- a/internal/pkg/inject/offset_results.json +++ b/internal/pkg/inject/offset_results.json @@ -1671,7 +1671,8 @@ "0.45.0", "0.46.0", "0.47.0", - "0.48.0" + "0.48.0", + "0.49.0" ] } ] @@ -1734,7 +1735,8 @@ "0.45.0", "0.46.0", "0.47.0", - "0.48.0" + "0.48.0", + "0.49.0" ] } ]