Merge 1.11.1 change log entries into main (#5418)

* Merge 1.11.1 change log entries into main

* And bump download link
This commit is contained in:
Trask Stalnaker 2022-02-21 19:07:00 -08:00 committed by GitHub
parent 5cf757bc48
commit ceb36c4a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog # 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 ## Version 1.11.0 - 2022-02-11
### 🌟 New javaagent instrumentation ### 🌟 New javaagent instrumentation
@ -113,6 +120,8 @@
## Version 1.10.1 - 2022-01-27 ## Version 1.10.1 - 2022-01-27
### 🛠️ Bug fixes
- Regression in project reactor context propagation instrumentation - Regression in project reactor context propagation instrumentation
([#5188](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5188)) ([#5188](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5188))
- Recover from duplicate class definition errors - Recover from duplicate class definition errors

View File

@ -59,7 +59,7 @@ if you are looking for documentation on using those.
## Getting Started ## 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 This package includes the instrumentation agent as well as
instrumentations for all supported libraries and all available data exporters. instrumentations for all supported libraries and all available data exporters.