Skip to content

Commit c57d650

Browse files
committed
Update changelog and README
1 parent 05548e8 commit c57d650

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## [4.0.8] - 2022-12-06
4+
5+
Updated Jackson-databind version to 2.13.4.1.
6+
37
## [4.0.7] - 2022-10-05
48

59
Updated Jackson version to 2.13.4 to address CVE-2022-42004. This is a transitive dependency of the driver and the SigV4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IMPORTANT: Latest Version
22

3-
The current version is 4.0.7. Please see the [changelog](./CHANGELOG.md) for details on version history.
3+
The current version is 4.0.8. Please see the [changelog](./CHANGELOG.md) for details on version history.
44

55
# What
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>software.aws.mcs</groupId>
55
<artifactId>aws-sigv4-auth-cassandra-java-driver-plugin</artifactId>
6-
<version>4.0.7</version>
6+
<version>4.0.8</version>
77
<name>AWS SigV4 Auth Java Driver 4.x Plugin</name>
88
<description>A Plugin to allow SigV4 authentication for Java Cassandra drivers with Amazon MCS</description>
99
<url>https://github.com/aws/aws-sigv4-auth-cassandra-java-driver-plugin</url>

0 commit comments

Comments
 (0)