From dffe5dc11a5d6473e3af6e2852ffb8227e746666 Mon Sep 17 00:00:00 2001 From: Takara Baumbach Date: Tue, 7 Feb 2023 10:17:33 +0100 Subject: [PATCH 1/3] build: Release 6.8.1 bump pom version --- openrouteservice/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrouteservice/pom.xml b/openrouteservice/pom.xml index ab60f2f8fa..c54ce8cf58 100644 --- a/openrouteservice/pom.xml +++ b/openrouteservice/pom.xml @@ -34,7 +34,7 @@ 4.0.0 org.heigit.ors openrouteservice - 6.8.0 + 6.8.1 war openrouteservice openrouteservice.org From c5ad4587b5e5d0603d22783bc8132d34d5fa2a61 Mon Sep 17 00:00:00 2001 From: Takara Baumbach Date: Tue, 7 Feb 2023 10:23:35 +0100 Subject: [PATCH 2/3] doc: Release 6.8.1 update CHANGELOG --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f815b521a..708fb27f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,13 +34,27 @@ RELEASING: --> ## [Unreleased] + +## [6.8.1] - 2023-02-07 ### 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 @@ -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 From 8f9827c845e87aa150fea936d8e290612df57a39 Mon Sep 17 00:00:00 2001 From: Takara Baumbach Date: Wed, 8 Feb 2023 10:39:32 +0100 Subject: [PATCH 3/3] doc: Release date updated release date in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 708fb27f97..69101e8c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ RELEASING: ## [Unreleased] -## [6.8.1] - 2023-02-07 +## [6.8.1] - 2023-02-08 ### Added - API documentation on coordinate CRS ### Fixed