From a9888667dce05ead93fa3442ed70f954082eb867 Mon Sep 17 00:00:00 2001 From: William Armiros <54150514+willarmiros@users.noreply.github.com> Date: Thu, 3 Jun 2021 11:11:22 -0700 Subject: [PATCH] Preparing release v2.9.1 (#105) * preparing release v2.9.1 * add daate --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9725cb3..5df83fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 2.9.1 - 2021-06-03 +* Updated dependencies to latest [PR #104](https://github.com/aws/aws-xray-java-agent/pull/104) + ## 2.9.0 - 2021-04-27 * Fixed trace ID injection for Spring Boot apps [PR #75](https://github.com/aws/aws-xray-java-agent/pull/75) * Added default Spring Boot config location [PR #77](https://github.com/aws/aws-xray-java-agent/pull/77) @@ -21,4 +24,4 @@ * Switched to use Apache Commons Logging [PR #32](https://github.com/aws/aws-xray-java-agent/pull/32) ## 2.4.0-beta - 2019-12-2 -Initial commit \ No newline at end of file +Initial commit diff --git a/README.md b/README.md index d10e110..be6d940 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ To depend on the agent from your project, just add these dependencies: com.amazonaws aws-xray-agent-plugin - 2.9.0 + 2.9.1 ```