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:
parent
5cf757bc48
commit
ceb36c4a17
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue