Skip to content

Commit

Permalink
Update spec, readme and changelog for 3.0.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuyangzhao committed May 23, 2018
1 parent 1e490f4 commit 18e7df7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
3.0.8 (2018-05-22)
---------------------------------------------
- Update to Latest API specs:
- Namespace Files:
- Added new too_large error type for uploads.
- New documentation.
- Namespace Team:
- Add is_directory_restricted attribute to memberprofile, memberaddarg.
- Add new_is_directory_restricted to membersetprofilearg.
- Namespace Team_log:
- Additional documentation.
- Add asAdmin to DbxTeamClientV2.

3.0.7 (2018-04-13)
---------------------------------------------
- Update to Latest API specs:
Expand Down Expand Up @@ -45,7 +58,6 @@
- Add withPathRoot to DbxClientV2.
- Make Android and GAE optional in OSGI Import-Package statements.


3.0.6 (2018-01-14)
---------------------------------------------
- Update to Latest API specs:
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
<dependency>
<groupId>com.dropbox.core</groupId>
<artifactId>dropbox-core-sdk</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion src/main/stone

0 comments on commit 18e7df7

Please sign in to comment.