diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e76f62..37591b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.1 + +Fix `GeoJsonFeatureCollection` serializer + ## 0.7.0 - Fix polygon serialization diff --git a/pubspec.yaml b/pubspec.yaml index 0b71ade..334769c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: geojson description: Utilities to work with geojson data. Parser with a reactive api, search and geofencing author: synw homepage: https://github.com/synw/geojson -version: 0.7.0 +version: 0.7.1 environment: sdk: ">=2.3.0 <3.0.0"