Skip to content

Commit 9b3a664

Browse files
committed
chore: release v8.1.2
1 parent 6319386 commit 9b3a664

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

CHANGELOG.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,13 @@ RELEASING:
4242
### Fixed
4343
### Security
4444

45-
## [unreleased]
45+
## [8.1.2] - 2024-08-13
4646

47-
### Added
4847
### Changed
4948
- updated dependencies: guava, commons, rest-assured etc. ([#1831](https://github.com/GIScience/openrouteservice/pull/1831))
5049
- updated dependencies: spring, swagger, geotools etc. ([#1827](https://github.com/GIScience/openrouteservice/pull/1827))
51-
### Deprecated
52-
### Removed
5350
### Fixed
5451
- allow any number of csv columns ([#1436](https://github.com/GIScience/openrouteservice/issues/1436))
55-
### Security
5652

5753
## [8.1.1] - 2024-07-17
5854
### Added
@@ -795,7 +791,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
795791
- Fix bug in RPHAST when location lies on a oneway road.
796792
- Consider turn restrictions if optimized=false is passed.
797793

798-
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v8.1.1...HEAD
794+
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v8.1.2...HEAD
795+
[8.1.2]: https://github.com/GIScience/openrouteservice/compare/v8.1.1...v8.1.2
799796
[8.1.1]: https://github.com/GIScience/openrouteservice/compare/v8.1.0...v8.1.1
800797
[8.1.0]: https://github.com/GIScience/openrouteservice/compare/v8.0.1...v8.1.0
801798
[8.0.1]: https://github.com/GIScience/openrouteservice/compare/v8.0.0...v8.0.1

ors-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../pom.xml</relativePath>
3131
<artifactId>openrouteservice</artifactId>
3232
<groupId>org.heigit.ors</groupId>
33-
<version>8.2.0-SNAPSHOT</version>
33+
<version>8.1.2</version>
3434
</parent>
3535

3636
<modelVersion>4.0.0</modelVersion>

ors-engine/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../pom.xml</relativePath>
3131
<artifactId>openrouteservice</artifactId>
3232
<groupId>org.heigit.ors</groupId>
33-
<version>8.2.0-SNAPSHOT</version>
33+
<version>8.1.2</version>
3434
</parent>
3535

3636
<modelVersion>4.0.0</modelVersion>

ors-report-aggregation/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<relativePath>../pom.xml</relativePath>
44
<artifactId>openrouteservice</artifactId>
55
<groupId>org.heigit.ors</groupId>
6-
<version>8.2.0-SNAPSHOT</version>
6+
<version>8.1.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.heigit.ors</groupId>
1111
<artifactId>ors-report-aggregation</artifactId>
12-
<version>8.2.0-SNAPSHOT</version>
12+
<version>8.1.2</version>
1313
<packaging>pom</packaging>
1414

1515

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.heigit.ors</groupId>
1313
<artifactId>openrouteservice</artifactId>
14-
<version>8.2.0-SNAPSHOT</version>
14+
<version>8.1.2</version>
1515
<packaging>pom</packaging>
1616
<name>openrouteservice</name>
1717
<url>https://openrouteservice.org</url>

0 commit comments

Comments
 (0)