Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sematre committed Oct 12, 2019
1 parent 57d3445 commit 7df0b39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Work in progress.
Gradle:
```gradle
dependencies {
implementation 'de.sematre.dsbmobile:DSBmobile-API:1.3'
implementation 'de.sematre.dsbmobile:DSBmobile-API:1.4'
}
```

Expand All @@ -45,11 +45,15 @@ Maven:
<dependency>
<groupId>de.sematre.dsbmobile</groupId>
<artifactId>DSBmobile-API</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
```

## Release History
* 1.4
* Change time zone formatting: ISO 8601 -> RFC 822
* Make GZIP methods private
* Merge: Base64 -> DSBMobile
* 1.3
* Web handler update
* 1.2
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.3</version>
<version>1.4</version>

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

0 comments on commit 7df0b39

Please sign in to comment.