Skip to content

Commit

Permalink
Merge pull request #1276 from GIScience/build/release-6.8.1
Browse files Browse the repository at this point in the history
Build/release 6.8.1
  • Loading branch information
takb authored Feb 8, 2023
2 parents fc144c7 + 8f9827c commit e89b550
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,27 @@ RELEASING:
-->

## [Unreleased]

## [6.8.1] - 2023-02-08
### Added
- API documentation on coordinate CRS
### Fixed
- Way access for walking profiles ([#1227](https://github.com/GIScience/openrouteservice/issues/1227))
- Fix security vulnerability and testing for the swagger docs api ([PR #1257](https://github.com/GIScience/openrouteservice/pull/1257))
- upgrade com.typesafe:config from 1.4.1 to 1.4.2
- update com.typesafe:config from 1.4.1 to 1.4.2
- update log4j to version 2.19.0 and slf4j to 2.0.6
- update junit:junit from 4.13.1 to 4.13.2
- update org.postgresql:postgresql from 42.4.3 to 42.5.1
- update com.fasterxml.jackson bundle from 2.13.3 to 2.14.2
- update org.glassfish.jaxb:jaxb-runtime from 2.3.1 to 2.3.7
- update org.apache.kafka bundle from 2.5.1 to 3.3.2
- update org.apache.curator from 4.1.0 to 5.4.0
- update me.tongfei.progressbar from 0.5.5 to 0.9.5
- update org.springframework.boot:spring-boot-starter-web from 2.5.12 to 2.7.7
- update org.springframework.boot:spring-boot-starter-tomcat from 2.3.5.RELEASE to 2.7.7
- update com.typesafe:config from 1.4.1 to 1.4.2
- update springfox-swagger2 to 3.0.0
- update org.ow2.asm:asm from 9.0 to 9.4

## [6.8.0] - 2022-10-10
### Added
Expand Down Expand Up @@ -576,7 +590,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.0...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.8.1...HEAD
[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
[6.7.1]: https://github.com/GIScience/openrouteservice/compare/v6.7.0...v6.7.1
[6.7.0]: https://github.com/GIScience/openrouteservice/compare/v6.6.4...v6.7.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.0</version>
<version>6.8.1</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down

0 comments on commit e89b550

Please sign in to comment.