Browse Source

Post 1.10.1 update to main (#5250)

* Update change log for 1.10.1 (#5221)

* Post 1.10.1 release updates to main

* Explain inclusion in patch release better
Trask Stalnaker 3 years ago
parent
commit
51742bdd5a
2 changed files with 10 additions and 1 deletions
  1. 9 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 9 - 0
CHANGELOG.md

@@ -1,5 +1,14 @@
 # Changelog
 
+## Version 1.10.1 - 2022-01-27
+
+- Regression in project reactor context propagation instrumentation
+  ([#5188](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5188))
+- Recover from duplicate class definition errors
+  ([#5185](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5185))
+- Update to OTel SDK 1.10.1
+  ([#5218](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5218))
+
 ## Version 1.10.0 - 2022-01-15
 
 ### 🌟 New javaagent instrumentation

+ 1 - 1
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.10.0/opentelemetry-javaagent.jar).
+Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.10.1/opentelemetry-javaagent.jar).
 
 This package includes the instrumentation agent as well as
 instrumentations for all supported libraries and all available data exporters.