From 156442cb75361f3d9ab0997e8d3769346430a5e2 Mon Sep 17 00:00:00 2001 From: synw Date: Mon, 11 Nov 2019 21:56:26 +0100 Subject: [PATCH] Prepare 0.7.2 #14 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37591b2..f254587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.2 + +Fix in `GeoJsonQuery` serializer + ## 0.7.1 Fix `GeoJsonFeatureCollection` serializer diff --git a/pubspec.yaml b/pubspec.yaml index 334769c..a16f211 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.1 +version: 0.7.2 environment: sdk: ">=2.3.0 <3.0.0"