Skip to content

Commit 61fb0da

Browse files
author
Mario Bodemann
committed
Release Preparation
1 parent a5b9ec6 commit 61fb0da

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## Version [3.1.0] - 2018-02-13
6+
- Add: update CDA SDK
7+
- Remove: Synthetic methods
8+
59
## Version [3.1.0] - 2017-10-18
610
- Add: Database pre seeding utility
711
- Update: Contentful CDA SDK to include Android pre 5.0 auto configured TLS 1.2.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ Grab via Maven:
1616
<dependency>
1717
<groupId>com.contentful.vault</groupId>
1818
<artifactId>compiler</artifactId>
19-
<version>3.1.0</version>
19+
<version>3.1.1</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.contentful.vault</groupId>
2323
<artifactId>core</artifactId>
24-
<version>3.1.0</version>
24+
<version>3.1.1</version>
2525
</dependency>
2626
```
2727
or Gradle:
2828
```groovy
29-
apt 'com.contentful.vault:compiler:3.1.0'
30-
compile 'com.contentful.vault:core:3.1.0'
29+
apt 'com.contentful.vault:compiler:3.1.1'
30+
compile 'com.contentful.vault:core:3.1.1'
3131
```
3232
or Gradle 3.+:
3333
```groovy
34-
annotationProcessor 'com.contentful.vault:compiler:3.1.0'
35-
annotationProcessor 'com.contentful.vault:core:3.1.0'
36-
compile 'com.contentful.vault:core:3.1.0'
34+
annotationProcessor 'com.contentful.vault:compiler:3.1.1'
35+
annotationProcessor 'com.contentful.vault:core:3.1.1'
36+
compile 'com.contentful.vault:core:3.1.1'
3737
```
3838

3939
Note for Gradle users, make sure to use the [android-apt][apt] Gradle plugin, which lets you configure compile-time only dependencies.

0 commit comments

Comments
 (0)