Skip to content

Commit 18e7df7

Browse files
committed
Update spec, readme and changelog for 3.0.8 release.
1 parent 1e490f4 commit 18e7df7

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

ChangeLog.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
3.0.8 (2018-05-22)
2+
---------------------------------------------
3+
- Update to Latest API specs:
4+
- Namespace Files:
5+
- Added new too_large error type for uploads.
6+
- New documentation.
7+
- Namespace Team:
8+
- Add is_directory_restricted attribute to memberprofile, memberaddarg.
9+
- Add new_is_directory_restricted to membersetprofilearg.
10+
- Namespace Team_log:
11+
- Additional documentation.
12+
- Add asAdmin to DbxTeamClientV2.
13+
114
3.0.7 (2018-04-13)
215
---------------------------------------------
316
- Update to Latest API specs:
@@ -45,7 +58,6 @@
4558
- Add withPathRoot to DbxClientV2.
4659
- Make Android and GAE optional in OSGI Import-Package statements.
4760

48-
4961
3.0.6 (2018-01-14)
5062
---------------------------------------------
5163
- Update to Latest API specs:

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
1414
<dependency>
1515
<groupId>com.dropbox.core</groupId>
1616
<artifactId>dropbox-core-sdk</artifactId>
17-
<version>3.0.7</version>
17+
<version>3.0.8</version>
1818
</dependency>
1919
```
2020

@@ -23,7 +23,7 @@ If you are using Gradle, then edit your project's "build.gradle" and add this to
2323
```groovy
2424
dependencies {
2525
// ...
26-
compile 'com.dropbox.core:dropbox-core-sdk:3.0.7'
26+
compile 'com.dropbox.core:dropbox-core-sdk:3.0.8'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)