prepare release 1.3.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2020-12-12 13:50:35 +01:00
parent 3648d2d653
commit 24b69a29e2
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
## unreleased
## 1.3.1 - 2020-12-12
### Fixed
* Allow reopening an `AsyncUraTripReader` without raising an exception (#13)
### Improvements
* Dependency updates
## 1.3.0 - 2019-12-04
### Security

View File

@ -5,7 +5,7 @@
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>