diff --git a/CHANGELOG.md b/CHANGELOG.md index a787cc8..7e76f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.7.0 + +- Fix polygon serialization +- Update dependencies +- Improve the exceptions management +- Improve the documentation +- Use stronger analysis options + ## 0.6.0 - Add search methods diff --git a/pubspec.yaml b/pubspec.yaml index 898cd13..0b71ade 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.6.0 +version: 0.7.0 environment: sdk: ">=2.3.0 <3.0.0"