Skip to content

Commit

Permalink
Preparing release v2.9.1 (#105)
Browse files Browse the repository at this point in the history
* preparing release v2.9.1

* add daate
  • Loading branch information
willarmiros authored Jun 3, 2021
1 parent cc353b1 commit a988866
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Initial commit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To depend on the agent from your project, just add these dependencies:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-agent-plugin</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit a988866

Please sign in to comment.