Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions aws-lambda-java-events/RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### March 10, 2023
`3.11.1`:
- Extended ActiveMQEvent with custom properties ([#408](https://github.com/aws/aws-lambda-java-libs/pull/408))
- Updated dependencies([#410](https://github.com/aws/aws-lambda-java-libs/pull/410)):
- `joda-time` from 2.6 to 2.10.8
- `jackson-databind` from 2.13.4.1 to 2.14.2
- `junit-jupiter-engine` from 5.7.0 to 5.9.2
- `json-unit-assertj` from 2.22.0 to 2.36.1

### November 24, 2021
`3.11.0`:
- Added support for SQSaaES Partial Batch Feature ([#279](https://github.com/aws/aws-lambda-java-libs/pull/279))
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda-java-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>3.11.0</version>
<version>3.11.1</version>
<packaging>jar</packaging>

<name>AWS Lambda Java Events Library</name>
Expand Down