Skip to content

Commit ff4d63d

Browse files
author
Shawn Aten
committed
release v0.8.0
1 parent 8f01a2a commit ff4d63d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 0.8.0 *(2018-06-07)*
5+
----------------------------
6+
7+
* fix: improve progress events and upload rate calculation
8+
49
Version 0.7.0 *(2018-05-21)*
510
----------------------------
611

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<p align="center">
55
<a href="https://bintray.com/filestack/maven/filestack-java">
6-
<img src="https://img.shields.io/badge/bintray-v0.7.0-blue.svg?longCache=true&style=flat-square">
6+
<img src="https://img.shields.io/badge/bintray-v0.8.0-blue.svg?longCache=true&style=flat-square">
77
</a>
88
<a href="https://filestack.github.io/filestack-java/">
99
<img src="https://img.shields.io/badge/ref-javadoc-795548.svg?longCache=true&style=flat-square">
@@ -23,7 +23,7 @@
2323

2424
## Install
2525
```
26-
compile 'com.filestack:filestack-java:0.7.0'
26+
compile 'com.filestack:filestack-java:0.8.0'
2727
```
2828

2929
## Upload

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)