Skip to content

Commit f17895a

Browse files
committed
Changelog update
1 parent b3918ba commit f17895a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Work in progress.
3636
Gradle:
3737
```gradle
3838
dependencies {
39-
implementation 'de.sematre.dsbmobile:DSBmobile-API:1.6'
39+
implementation 'de.sematre.dsbmobile:DSBmobile-API:1.7'
4040
}
4141
```
4242

@@ -45,11 +45,13 @@ Maven:
4545
<dependency>
4646
<groupId>de.sematre.dsbmobile</groupId>
4747
<artifactId>DSBmobile-API</artifactId>
48-
<version>1.6</version>
48+
<version>1.7</version>
4949
</dependency>
5050
```
5151

5252
## Release History
53+
* 1.7
54+
* Make UUID random
5355
* 1.6
5456
* Performance improvement
5557
* 1.5

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>de.sematre.dsbmobile</groupId>
77
<artifactId>DSBmobile-API</artifactId>
8-
<version>1.6</version>
8+
<version>1.7</version>
99

1010
<name>DSBmobile-API</name>
1111
<description>Unofficial DSBmobile API for Java.</description>

0 commit comments

Comments
 (0)