From d571675a31c61d1128042f774f088759dd019105 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 19 Nov 2018 11:40:57 +0100 Subject: [PATCH] Preparations for release 1.1.4 --- CHANGELOG.md | 55 ++++++++++++++++++++++++++++++++++------------------ README.md | 2 +- pom.xml | 6 +++--- 3 files changed, 40 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a044cd6..7c30aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,42 @@ -## 1.1.4 [unreleased] -* [fix] Fixed issue with direction ID as `String` instead if `Integer` (#2) -* [fix] Fixed issue with vehicle ID being `null` (#3) -* [fix] Fixed issue with spaces in search parametes (#4) +# Changelog +All notable changes to this project will be documented in this file. -## 1.1.3 [2018-11-13] -* [security] Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489) -* [improvement] Client and model classes implement `Serializable` -* [dependeny] Dependency updates +## 1.1.4 - 2018-11-19 +### Fixed +* Fixed issue with direction ID as `String` instead if `Integer` (#2) +* Fixed issue with vehicle ID being `null` (#3) +* Fixed issue with spaces in search parametes (#4) -## 1.1.2 [2018-03-24] -* [improvement] Added automatic module name for JPMS compatibility -## 1.1.1 [2018-02-20] -* [improvement] On connection or parsing errors, the `IOException` is no longer ignored, but encapsulated in `RuntimeException` (no StackTraces printed) -* [internal] Code cleanup and minor improvements -* [dependeny] Minor dependency updates +## 1.1.3 - 2018-11-13 +### Security +* Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489) -## 1.1.0 [2017-01-07] -* [feature] Filter stops by coordinates and radius -* [feature] Filter trips by destination and and towards fields -* [test] Test coverage 100% (line); tested against ASEAG and TFL APIs +### Changed +* Client and model classes implement `Serializable` +* Dependency updates -## 1.0.0 [2017-01-02] + +## 1.1.2 - 2018-03-24 +### Changed +* Added automatic module name for JPMS compatibility + + +## 1.1.1 - 2018-02-20 +### Changed +* On connection or parsing errors, the `IOException` is no longer ignored, but encapsulated in `RuntimeException` (no StackTraces printed) +* Code cleanup and minor improvements +* Minor dependency updates + + +## 1.1.0 - 2017-01-07 +### Added +* Filter stops by coordinates and radius +* Filter trips by destination and and towards fields + +### Misc +* Test coverage 100% (line); tested against ASEAG and TFL APIs + + +## 1.0.0 - 2017-01-02 * Initial release diff --git a/README.md b/README.md index f858096..d77dd89 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ List trips = ura.forStopByName("Piccadilly Circus") de.stklcode.pubtrans juraclient - 1.1.3 + 1.1.4 ``` diff --git a/pom.xml b/pom.xml index 7d3e6f3..e310801 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.stklcode.pubtrans juraclient - 1.1.4-SNAPSHOT + 1.1.4 UTF-8 @@ -72,13 +72,13 @@ net.bytebuddy byte-buddy - 1.9.3 + 1.9.4 test net.bytebuddy byte-buddy-agent - 1.9.3 + 1.9.4 test