Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sematre committed Nov 19, 2019
1 parent 7561114 commit 7f06052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for (News news : newsList) {
Gradle:
```gradle
dependencies {
implementation 'de.sematre.dsbmobile:DSBmobile-API:1.7'
implementation 'de.sematre.dsbmobile:DSBmobile-API:1.8'
}
```

Expand All @@ -57,11 +57,13 @@ Maven:
<dependency>
<groupId>de.sematre.dsbmobile</groupId>
<artifactId>DSBmobile-API</artifactId>
<version>1.7</version>
<version>1.8</version>
</dependency>
```

## Release History
* 1.8
* News implementation
* 1.7
* Make UUID random
* 1.6
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.sematre.dsbmobile</groupId>
<artifactId>DSBmobile-API</artifactId>
<version>1.7</version>
<version>1.8</version>

<name>DSBmobile-API</name>
<description>Unofficial DSBmobile API for Java.</description>
Expand Down

0 comments on commit 7f06052

Please sign in to comment.