diff --git a/CHANGELOG.md b/CHANGELOG.md index 9372673..409893c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.1.1] + +* Fix GpxReader to read CDATA elements + ## [2.1.0] * Add option to KmlWriter to specify (absolute, clampToGround, relativeToGround) diff --git a/README.md b/README.md index 18653b1..166fe0d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In your dart/flutter project add the dependency: ``` dependencies: ... - gpx: ^2.1.0 + gpx: ^2.1.1 ``` ### Reading XML @@ -110,4 +110,4 @@ Please file feature requests and bugs at the [issue tracker][tracker]. ### License -The Apache 2.0 License, see [LICENSE](https://github.com/kb0/dart-gpx/raw/master/LICENSE). \ No newline at end of file +The Apache 2.0 License, see [LICENSE](https://github.com/kb0/dart-gpx/raw/master/LICENSE). diff --git a/pubspec.yaml b/pubspec.yaml index 35d5d47..836a5d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gpx description: Package for load, manipulate, and save GPS data in GPX format (a light-weight XML data format for the interchange of GPS data - waypoints, routes, and tracks). -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/kb0/dart-gpx/ environment: