Skip to content

Commit

Permalink
Update VERSION, CHANGELOG, and README for release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmaten committed Nov 16, 2017
1 parent 7d4f05c commit e611563
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 0.5.0 *(2017-11-16)*
----------------------------

* No major changes
* Change: CloudItem implements Serializable

Version 0.4.0 *(2017-11-01)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is the official Java SDK for Filestack - API and content management system
### Gradle

```
compile 'com.filestack:filestack-java:0.4.0'
compile 'com.filestack:filestack-java:0.5.0'
```

### Maven
Expand All @@ -29,7 +29,7 @@ compile 'com.filestack:filestack-java:0.4.0'
<dependency>
<groupId>com.filestack</groupId>
<artifactId>filestack-java</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0

0 comments on commit e611563

Please sign in to comment.