Skip to content

Commit 307e0ac

Browse files
author
Mario Bodemann
committed
Updating CHANGELOG and README for next version
1 parent 3deacb4 commit 307e0ac

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
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 [1.0.1][unreleased] - (in development)
5+
## Version [2.0.1][unreleased] - (in development)
6+
- TBA
7+
8+
## Version [2.0.0] - 2016-04-15
9+
- changed: update cda to 7.0.0
610

711
## Version [1.0.0] - 2016-02-29
812
- NOTE: This release introduces backwards incompatible changes to any existing database schemas, when upgrading make sure to bump the `dbVersion` attribute on your `Space`.
@@ -88,7 +92,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8892
## Version 0.9.0 - 2015-05-18
8993
Initial release.
9094

91-
[unreleased]: https://github.com/contentful/vault/compare/vault-parent-1.0.0...HEAD
95+
[unreleased]: https://github.com/contentful/vault/compare/vault-parent-2.0.0...HEAD
96+
[2.0.0]: https://github.com/contentful/vault/compare/vault-parent-1.0.0...vault-parent-2.0.0
9297
[1.0.0]: https://github.com/contentful/vault/compare/vault-parent-0.9.14...vault-parent-1.0.0
9398
[0.9.14]: https://github.com/contentful/vault/compare/vault-parent-0.9.13...vault-parent-0.9.14
9499
[0.9.13]: https://github.com/contentful/vault/compare/vault-parent-0.9.12...vault-parent-0.9.13

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Grab via Maven:
1212
<dependency>
1313
<groupId>com.contentful.vault</groupId>
1414
<artifactId>compiler</artifactId>
15-
<version>1.0.0/version>
15+
<version>2.0.0/version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.contentful.vault</groupId>
1919
<artifactId>core</artifactId>
20-
<version>1.0.0</version>
20+
<version>2.0.0</version>
2121
</dependency>
2222
```
2323
or Gradle:
2424
```groovy
25-
apt 'com.contentful.vault:compiler:1.0.0'
26-
compile 'com.contentful.vault:core:1.0.0'
25+
apt 'com.contentful.vault:compiler:2.0.0'
26+
compile 'com.contentful.vault:core:2.0.0'
2727
```
2828

2929
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)