File tree 4 files changed +5
-5
lines changed
test/java/com/transloadit/sdk
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ### 0.1.7 / 2021-05-17 ###
1
+ ### 0.2.0 / 2021-05-17 ###
2
2
* Added retry functionality for assemblies in case of reaching the rate limit
3
3
4
4
### 0.1.6 / 2021-02-24 ###
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Existing users should take note of the [JCenter shutdown](https://jfrog.com/blog
20
20
** Gradle:**
21
21
22
22
``` groovy
23
- implementation 'com.transloadit.sdk:transloadit:0.1.7 '
23
+ implementation 'com.transloadit.sdk:transloadit:0.2.0 '
24
24
```
25
25
26
26
** Maven:**
@@ -29,7 +29,7 @@ implementation 'com.transloadit.sdk:transloadit:0.1.7'
29
29
<dependency >
30
30
<groupId >com.transloadit.sdk</groupId >
31
31
<artifactId >transloadit</artifactId >
32
- <version >0.1.7 </version >
32
+ <version >0.2.0 </version >
33
33
</dependency >
34
34
```
35
35
Original file line number Diff line number Diff line change 1
- versionNumber =' 0.1.7 '
1
+ versionNumber =' 0.2.0 '
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public void get() throws Exception {
33
33
mockServerClient .verify (HttpRequest .request ()
34
34
.withPath ("/foo" )
35
35
.withMethod ("GET" )
36
- .withHeader ("Transloadit-Client" , "java-sdk:0.1.7 " ));
36
+ .withHeader ("Transloadit-Client" , "java-sdk:0.2.0 " ));
37
37
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments