diff --git a/CHANGELOG.md b/CHANGELOG.md index 15faa7e..1070c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.5 + +* Increase comments around conversion utils +* `fromJson` method fix with casting +* Add some new, more practical examples + ## 0.3.4 - PR Validator to verify changes to main and PRs in diff --git a/pubspec.yaml b/pubspec.yaml index ce7e653..6748078 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: geodart description: A geospatial library for Dart. Designed primarily around vector features (like, with coordinate points), this library provides a simple interface for working with geographic data. -version: 0.3.4 +version: 0.3.5 homepage: https://github.com/divvitco/geodart repository: https://github.com/divvitco/geodart