Skip to content

Commit 42b3b35

Browse files
author
Tom Reznik
committed
Release v2.0.3
1 parent cbee0ed commit 42b3b35

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
Change Log
22
==========
33

4+
Version 3.0.0 *(in development)*
5+
--------------------------------
6+
* ..
7+
8+
9+
Version 2.0.3 *(2015-05-19)*
10+
----------------------------
11+
* Fix: NPE for entry with no fields (#69)
12+
13+
414
Version 2.0.2 *(2015-05-07)*
515
----------------------------
6-
* Fix: NPE when for assets in draft state with no media (#63)
16+
* Fix: NPE for assets in draft state with no media (#63)
717
* Retrofit v1.9.0
818
* RxJava v1.0.5
919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.contentful.java</groupId>
55
<artifactId>java-sdk</artifactId>
6-
<version>2.0.3-SNAPSHOT</version>
6+
<version>2.0.3</version>
77
<packaging>jar</packaging>
88

99
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)