From 0da72ad181ead596db3d30a36f729dc9fb0aaca4 Mon Sep 17 00:00:00 2001 From: Takara Baumbach Date: Tue, 4 Jan 2022 08:59:47 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 6 ++++-- openrouteservice/pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f708104896..b22dec31b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ RELEASING: --> ## [Unreleased] + +## [6.7.0] - 2022-01-04 ### Added - add core matrix algorithm - add new workflow to build and publish the docker image ([#1035](https://github.com/GIScience/openrouteservice/pull/1035)) @@ -72,7 +74,6 @@ RELEASING: - Failing assertion with CALT routing ([#1047](https://github.com/GIScience/openrouteservice/issues/1047)) - Improve travel time estimation for ferry routes ([#1037](https://github.com/GIScience/openrouteservice/issues/1037)) - Resolving of HGV vehicle type-specific access restrictions does not require vehicle parameters to be set ([#1006](https://github.com/GIScience/openrouteservice/issues/1006)) -- updated log4j version to 2.15.0 which addresses [CVE-2021-44228](https://nvd.nist.gov/vuln/detail/CVE-2021-44228) ## [6.6.4] - 2022-01-03 ### Fixed @@ -538,7 +539,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi - Fix bug in RPHAST when location lies on a oneway road. - Consider turn restrictions if optimized=false is passed. -[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.6.4...HEAD +[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.7.0...HEAD +[6.7.0]: https://github.com/GIScience/openrouteservice/compare/v6.6.4...v6.7.0 [6.6.4]: https://github.com/GIScience/openrouteservice/compare/v6.6.3...v6.6.4 [6.6.3]: https://github.com/GIScience/openrouteservice/compare/v6.6.2...v6.6.3 [6.6.2]: https://github.com/GIScience/openrouteservice/compare/v6.6.1...v6.6.2 diff --git a/openrouteservice/pom.xml b/openrouteservice/pom.xml index 10f7e25647..1b15ba3f44 100644 --- a/openrouteservice/pom.xml +++ b/openrouteservice/pom.xml @@ -34,7 +34,7 @@ 4.0.0 org.heigit.ors openrouteservice - 6.6.3 + 6.7.0 war openrouteservice openrouteservice.org @@ -411,19 +411,19 @@ com.github.GIScience.graphhopper graphhopper-core - v0.13.20 + v0.13.21 com.github.GIScience.graphhopper graphhopper-reader-osm - v0.13.20 + v0.13.21 com.github.GIScience.graphhopper graphhopper-api - v0.13.20 + v0.13.21