Skip to content

Commit

Permalink
Stage aws-lambda-java-serialization 1.1.5 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnoal committed Dec 1, 2023
1 parent cbe0ea6 commit 3289ecb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ This package defines the Lambda serialization logic using in the `aws-lambda-jav
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-serialization</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
```

Expand Down
4 changes: 4 additions & 0 deletions aws-lambda-java-serialization/RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### December 1, 2023
`1.1.5`:
- Add support for DynamodbEvent.DynamodbStreamRecord serialization

### October 19, 2023
`1.1.4`:
- Update org.json version to 20231013
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda-java-serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-serialization</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<packaging>jar</packaging>

<name>AWS Lambda Java Runtime Serialization</name>
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda-java-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-serialization</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down

0 comments on commit 3289ecb

Please sign in to comment.