diff --git a/CHANGELOG.md b/CHANGELOG.md index 801ddc1fb..4aac19d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v0.11.0] - 2021-05-17 + ### General Notes - OpenTelemetry Java SDK and OpenTelemetry Java Instrumentation dependencies were updated to version 1.2.0. @@ -82,7 +84,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Instrument Netty 4.0 to add Server-Timing header. -[Unreleased]: https://github.com/signalfx/splunk-otel-java/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/signalfx/splunk-otel-java/compare/v0.11.0...HEAD + +[v0.11.0]: https://github.com/signalfx/splunk-otel-java/compare/v0.10.0...v0.11.0 [v0.10.0]: https://github.com/signalfx/splunk-otel-java/compare/v0.9.0...v0.10.0 diff --git a/README.md b/README.md index 02b56774f..b11b23bcf 100644 --- a/README.md +++ b/README.md @@ -145,10 +145,10 @@ Documentation on how to manually instrument a Java application is available To extend the instrumentation with the OpenTelemetry Instrumentation for Java, you have to use a compatible API version. -The Splunk Distribution of OpenTelemetry Java Instrumentation version 0.10.0 is compatible with: +The Splunk Distribution of OpenTelemetry Java Instrumentation version 0.11.0 is compatible with: -* OpenTelemetry API version 1.1.0 -* OpenTelemetry Instrumentation for Java version 1.1.0 +* OpenTelemetry API version 1.2.0 +* OpenTelemetry Instrumentation for Java version 1.2.0 ## Correlating traces with logs diff --git a/deployments/cloudfoundry/buildpack/README.md b/deployments/cloudfoundry/buildpack/README.md index bd816630c..c0327ce33 100644 --- a/deployments/cloudfoundry/buildpack/README.md +++ b/deployments/cloudfoundry/buildpack/README.md @@ -40,7 +40,7 @@ If you want to use a specific version of the Java agent in your application, you environment variable before application deployment, either using `cf set-env` or the `manifest.yml` file: ```sh -$ cf set-env SPLUNK_OTEL_JAVA_VERSION "0.10.0" +$ cf set-env SPLUNK_OTEL_JAVA_VERSION "0.11.0" ``` By default the [latest](https://github.com/signalfx/splunk-otel-java/releases/latest) available agent version is used.