Skip to content

Commit c6dc628

Browse files
authored
Merge pull request #1085 from lonvia/release-12
Prepare release 1.2.0
2 parents 64b0c37 + 426a654 commit c6dc628

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [1.2.0] - 2026-06-11
7+
8+
* fix NPE in imports with country filter enabled
9+
* improve search of partial exact matches (thanks @henrik242)
10+
* improve import pipeline, now fully supporting parallel processing (thanks @henrik242)
11+
* improve handling of words with apostrophes (thanks @henrik242)
12+
* fall back to '-default-language' for display names when requested
13+
language is not available (thanks @tjvanderende)
14+
* documentation improvements (thanks @romanpickl)
15+
616
## [1.1.0] - 2026-04-18
717

818
* add special reverse-only mode creating a smaller DB with on search capability

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'de.komoot.photon'
10-
version = '1.1.0'
10+
version = '1.2.0'
1111
description = "Geocoder for OSM data (OpenSearch-based version)"
1212

1313
distZip.enabled = false

0 commit comments

Comments
 (0)