Skip to content

Commit

Permalink
Merge pull request #739 from GIScience/release_6.1.1
Browse files Browse the repository at this point in the history
Version bump to 6.1.1
  • Loading branch information
takb committed Jun 2, 2020
2 parents 93ca6d0 + e3261eb commit f5f1181
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>6.1.0</version>
<version>6.1.1</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down

0 comments on commit f5f1181

Please sign in to comment.