Skip to content

Commit

Permalink
Merge pull request #1301 from GIScience/release-6.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Mar 2, 2023
2 parents 3329ba4 + f9242b5 commit 697ff84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ RELEASING:
-->

## [Unreleased]

## [6.8.3] - 2023-03-02
### Fixed
- wheelchair profile excludes ways tagged highway:construction ([#1295](https://github.com/GIScience/openrouteservice/issues/1295))
- Support access restriction tags listing multiple vehicles ([#1219](https://github.com/GIScience/openrouteservice/issues/1219))
- upgrade org.glassfish.jaxb:jaxb-runtime from 2.3.7 to 2.3.8
- upgrade org.postgresql:postgresql from 42.5.1 to 42.5.2

## [6.8.2] - 2023-02-22
### Fixed
Expand Down Expand Up @@ -603,7 +607,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.8.2...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.8.3...HEAD
[6.8.3]: https://github.com/GIScience/openrouteservice/compare/v6.8.2...v6.8.3
[6.8.2]: https://github.com/GIScience/openrouteservice/compare/v6.8.1...v6.8.2
[6.8.1]: https://github.com/GIScience/openrouteservice/compare/v6.8.0...v6.8.1
[6.8.0]: https://github.com/GIScience/openrouteservice/compare/v6.7.1...v6.8.0
Expand Down
2 changes: 1 addition & 1 deletion 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.8.2</version>
<version>6.8.3</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down

0 comments on commit 697ff84

Please sign in to comment.