From fcb1e0344c99c65713ad2e0fc2c613f9e807c333 Mon Sep 17 00:00:00 2001 From: Julian Psotta Date: Wed, 8 Mar 2023 12:56:29 +0100 Subject: [PATCH 1/2] doc(backend): Release 7.0.1 add changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc9f672b2..af256fd410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,12 @@ RELEASING: ## [Unreleased] +## [7.0.1] - 2023-03-08 +- fix tomcat config overwrite ([#1311](https://github.com/GIScience/openrouteservice/issues/1311)) +- Upgrade commons-io:commons-io from 2.7 to 2.11.0 ([#1309](https://github.com/GIScience/openrouteservice/issues/1309)) +- Upgrade com.fasterxml.jackson.core:jackson-core from 2.13.3 to 2.14.2 ([#1307](https://github.com/GIScience/openrouteservice/issues/1307)) +- Upgrade commons-io:commons-io from 2.6 to 2.7 ([#1304](https://github.com/GIScience/openrouteservice/issues/1304)) + ## [7.0.0] - 2023-03-03 upgrade to GraphHopper 4.0 [#1217](https://github.com/GIScience/openrouteservice/pull/1217) which introduces (amongst other things): - faster build time From 54967985f6092539df840b57093feb0cbe09173b Mon Sep 17 00:00:00 2001 From: Julian Psotta Date: Wed, 8 Mar 2023 12:57:12 +0100 Subject: [PATCH 2/2] build(backend): Release 7.0.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 8013b563f8..c20104f23a 100644 --- a/openrouteservice/pom.xml +++ b/openrouteservice/pom.xml @@ -34,7 +34,7 @@ 4.0.0 org.heigit.ors openrouteservice - 7.0.0 + 7.0.1 war openrouteservice openrouteservice.org