Skip to content

Commit

Permalink
Merge 1.11.1 change log entries into main (#5418)
Browse files Browse the repository at this point in the history
* Merge 1.11.1 change log entries into main

* And bump download link
  • Loading branch information
trask authored Feb 22, 2022
1 parent 5cf757b commit ceb36c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ceb36c4

Please sign in to comment.