Skip to content

Commit e7f5773

Browse files
committed
Prepare release v4.5.4
1 parent ebac839 commit e7f5773

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,10 @@
517517
<name>Vito Limandibhrata</name>
518518
<url>https://github.com/vitolimandibhrata</url>
519519
</contributor>
520+
<contributor>
521+
<name>Alex Arana</name>
522+
<url>https://github.com/alexarana</url>
523+
</contributor>
520524
</contributors>
521525

522526

src/changes/changes.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,23 @@
2727
<action dev="derjust" type="add" date="2017-12-17" >
2828
Update Mockito and resolve dependency clashes
2929
</action>
30-
<action dev="Gaurav Rawat" type="fix" issue="91">>
30+
<action dev="Gaurav Rawat" type="fix" issue="91">
3131
Fixed false assertion introduced implementing #91
3232
</action>
33+
<action dev="Alex Arana" type="add" issue="62">
34+
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods
35+
</action>
3336
</release>
3437
<release version="5.0.0" date="2017-11-27" description="Spring 5 release" >
3538
<action dev="derjust" type="add">
3639
Added Spring 5 / Spring-Data Kay support
3740
</action>
3841
</release>
42+
<release version="4.5.4" date="2017-01-23" description="Backport of PR #79">
43+
<action dev="Alex Arana" type="add" issue="62">
44+
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods
45+
</action>
46+
</release>
3947
<release version="4.5.3" date="2017-01-14" description="Backport of PR #108">
4048
<action dev="derjust" issue="108" type="fix" date="2018-01-14">
4149
Opened constructor and fixed NPE in case of missing DynamoDBConfig

0 commit comments

Comments
 (0)