diff --git a/packages/mobility_features/CHANGELOG.md b/packages/mobility_features/CHANGELOG.md index fa6fbe74e..5c8320c8c 100644 --- a/packages/mobility_features/CHANGELOG.md +++ b/packages/mobility_features/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.2.0 + +* upgrade to `carp_serializable` ^3.0.0 + ## 6.1.0 * upgrade of stats package diff --git a/packages/mobility_features/pubspec.yaml b/packages/mobility_features/pubspec.yaml index b182df8aa..b2df2b766 100644 --- a/packages/mobility_features/pubspec.yaml +++ b/packages/mobility_features/pubspec.yaml @@ -1,6 +1,6 @@ name: mobility_features description: Calculation of real-time mobility features like places, stops, and home stay -version: 6.1.0 +version: 6.2.0 homepage: https://github.com/cph-cachet/flutter-plugins/ environment: @@ -14,7 +14,7 @@ dependencies: stats: ^3.0.0 path_provider: ^2.0.2 json_annotation: ^4.8.0 - carp_serializable: ^2.0.0 + carp_serializable: ^3.0.0 dev_dependencies: flutter_test: