Prepare release 1.2.0
This commit is contained in:
parent
c61e637df9
commit
e0e2547288
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,6 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 1.2.0 - 2019-06-20
|
||||||
|
### Security
|
||||||
|
* Updated dependencies
|
||||||
|
|
||||||
|
### Features
|
||||||
|
* Added support for stream API with asynchronous reader, using `getTripsStream()` method (#1)
|
||||||
|
|
||||||
## 1.1.4 - 2018-11-19
|
## 1.1.4 - 2018-11-19
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed issue with direction ID as `String` instead if `Integer` (#2)
|
* Fixed issue with direction ID as `String` instead if `Integer` (#2)
|
||||||
@ -12,25 +19,25 @@ All notable changes to this project will be documented in this file.
|
|||||||
### Security
|
### Security
|
||||||
* Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489)
|
* Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489)
|
||||||
|
|
||||||
### Changed
|
### Improvements
|
||||||
* Client and model classes implement `Serializable`
|
* Client and model classes implement `Serializable`
|
||||||
* Dependency updates
|
* Dependency updates
|
||||||
|
|
||||||
|
|
||||||
## 1.1.2 - 2018-03-24
|
## 1.1.2 - 2018-03-24
|
||||||
### Changed
|
### Improvements
|
||||||
* Added automatic module name for JPMS compatibility
|
* Added automatic module name for JPMS compatibility
|
||||||
|
|
||||||
|
|
||||||
## 1.1.1 - 2018-02-20
|
## 1.1.1 - 2018-02-20
|
||||||
### Changed
|
### Improvements
|
||||||
* On connection or parsing errors, the `IOException` is no longer ignored, but encapsulated in `RuntimeException` (no StackTraces printed)
|
* On connection or parsing errors, the `IOException` is no longer ignored, but encapsulated in `RuntimeException` (no StackTraces printed)
|
||||||
* Code cleanup and minor improvements
|
* Code cleanup and minor improvements
|
||||||
* Minor dependency updates
|
* Minor dependency updates
|
||||||
|
|
||||||
|
|
||||||
## 1.1.0 - 2017-01-07
|
## 1.1.0 - 2017-01-07
|
||||||
### Added
|
### Features
|
||||||
* Filter stops by coordinates and radius
|
* Filter stops by coordinates and radius
|
||||||
* Filter trips by destination and and towards fields
|
* Filter trips by destination and and towards fields
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>de.stklcode.pubtrans</groupId>
|
<groupId>de.stklcode.pubtrans</groupId>
|
||||||
<artifactId>juraclient</artifactId>
|
<artifactId>juraclient</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.2.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user