diff --git a/CHANGELOG.md b/CHANGELOG.md index ff09a00eb5..8650d48f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 1.11.1 - 2022-02-21 + +### 🛠️ Bug fixes + +- Regression in loading the prometheus exporter + ([#5408](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5408)) + ## Version 1.11.0 - 2022-02-11 ### 🌟 New javaagent instrumentation @@ -113,6 +120,8 @@ ## Version 1.10.1 - 2022-01-27 +### 🛠️ Bug fixes + - Regression in project reactor context propagation instrumentation ([#5188](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5188)) - Recover from duplicate class definition errors diff --git a/README.md b/README.md index 8f67a70ea8..6ca3e846bb 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ if you are looking for documentation on using those. ## Getting Started -Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.11.0/opentelemetry-javaagent.jar). +Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.11.1/opentelemetry-javaagent.jar). This package includes the instrumentation agent as well as instrumentations for all supported libraries and all available data exporters.