diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fef76..a787cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.0 + +- Add search methods +- Add geofencing methods +- Add serializers + ## 0.5.0 **Breaking change**: prefix all classes names by `GeoJson` diff --git a/pubspec.yaml b/pubspec.yaml index 395bea4..7ea9a9d 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.5.0 +version: 0.6.0 environment: sdk: '>=2.3.0 <3.0.0'