Skip to content

Commit f9ee16b

Browse files
committed
Update stone submodule, readme and changelog for 3.0.6 release.
1 parent e7a6960 commit f9ee16b

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

ChangeLog.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
3.0.6 (2018-01-14)
2+
---------------------------------------------
3+
- Update to Latest API specs:
4+
- Namespace common:
5+
- new LanguageCode alias.
6+
- Namespace file_properties:
7+
- Updated docstrings.
8+
- Namespace file_requests:
9+
- Updated docstrings.
10+
- Namespace files:
11+
- New aliases and structs relating to shared links.
12+
- Move shared_link to end of parameter list for ListFolderArg.
13+
- Add mode to ListRevisionsArg.
14+
- Namespace sharing:
15+
- New UserFileMembershipInfo struct.
16+
- Namespace team_folders:
17+
- updated doc strings.
18+
- additional async example.
19+
- namespace team_log:
20+
- new TeamEventList alias.
21+
- new autogenerated datatypes.
22+
- namespace team_policies:
23+
- new TwoStepVerificationPolicy.
24+
125
3.0.5 (2017-10-07)
226
---------------------------------------------
327
- 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.5</version>
17+
<version>3.0.6</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.5'
26+
compile 'com.dropbox.core:dropbox-core-sdk:3.0.6'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)