diff --git a/CHANGELOG.md b/CHANGELOG.md index c95eeef..d721107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.9.1 + +- Include point properties in serialization +- Document the web support + ## 0.9.0 - Add a parse in main thread method for web compatibility diff --git a/pubspec.yaml b/pubspec.yaml index 3a12543..4cb7837 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: geojson description: Utilities to work with geojson data. Parser with a reactive api, search and geofencing homepage: https://github.com/synw/geojson -version: 0.9.0 +version: 0.9.1 environment: sdk: ">=2.3.0 <3.0.0"