From 6005984131d5cf1f1cc281e100919c2ad9f0d497 Mon Sep 17 00:00:00 2001 From: Takara Baumbach Date: Tue, 2 Jun 2020 12:54:06 +0200 Subject: [PATCH] Version bump to 6.1.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- openrouteservice/pom.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abb855afd..a64fd90e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Added +### Fixed +### Changed +### Deprecated + +## [6.1.1] - 2020-06-02 +### Added - Configuration option to read elevation tags from pbf data - Configuration parameters to set location index resolution and the maximum number of iterations in coordinates lookup ([#712](https://github.com/GIScience/openrouteservice/issues/712)) ### Fixed diff --git a/README.md b/README.md index 50570f975a..6b79a7373b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The following services are available via a HTTP interface served by Tomcat. To play around with openrouteservice you may use our [demonstration server](https://maps.openrouteservice.org) which comes with both the backend and a [frontend](https://github.com/GIScience/openrouteservice-app). Or simply sign up for an [API key](https://openrouteservice.org) and fire your requests against the API directly. -Please note that openrouteservice uses a forked and edited version of [graphhopper 0.12](https://github.com/GIScience/graphhopper) which can be found [here](https://github.com/GIScience/graphhopper). +Please note that openrouteservice uses a forked and edited version of [graphhopper 0.13](https://github.com/GIScience/graphhopper) which can be found [here](https://github.com/GIScience/graphhopper). [![ors client accessibility](https://user-images.githubusercontent.com/23240110/30385487-9eac96b8-98a7-11e7-9357-afd4df8fccdf.png)](https://openrouteservice.org/reach) diff --git a/openrouteservice/pom.xml b/openrouteservice/pom.xml index aad29e6dba..17fdc84d07 100644 --- a/openrouteservice/pom.xml +++ b/openrouteservice/pom.xml @@ -30,7 +30,7 @@ 4.0.0 org.heigit.ors openrouteservice - 6.1.0 + 6.1.1 war openrouteservice openrouteservice.org