Skip to content

Commit a9fa48f

Browse files
committed
tiles 4.14.10; update CHANGELOG
1 parent 4df8646 commit a9fa48f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Tiles 4.14.10
2+
------
3+
- fix bug in area threshold via @candux [#620]
4+
15
Tiles 4.14.9
26
------
37
- upgrade to planetiler 0.10.2 [#585]

tiles/src/main/java/com/protomaps/basemap/Basemap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public String description() {
134134

135135
@Override
136136
public String version() {
137-
return "4.14.9";
137+
return "4.14.10";
138138
}
139139

140140
@Override

0 commit comments

Comments
 (0)