Skip to content

Commit

Permalink
Merge pull request #1112 from GIScience/release-6.7.0
Browse files Browse the repository at this point in the history
Release v6.7.0
  • Loading branch information
takb authored Jan 4, 2022
2 parents eb02107 + 0da72ad commit 5b3fe62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>6.6.3</version>
<version>6.7.0</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down Expand Up @@ -411,19 +411,19 @@
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>v0.13.20</version>
<version>v0.13.21</version>
</dependency>

<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-reader-osm</artifactId>
<version>v0.13.20</version>
<version>v0.13.21</version>
</dependency>

<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-api</artifactId>
<version>v0.13.20</version>
<version>v0.13.21</version>
</dependency>

<!-- remove the comment to enable debugging
Expand Down

0 comments on commit 5b3fe62

Please sign in to comment.