Bump version for #795 (#808)
diff --git a/packages/cloud_firestore/CHANGELOG.md b/packages/cloud_firestore/CHANGELOG.md index c3015ab..7f948dc 100644 --- a/packages/cloud_firestore/CHANGELOG.md +++ b/packages/cloud_firestore/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 0.8.1 + +* Fixed bug where updating arrays in with `FieldValue` always throws an Exception on Android. + ## 0.8.0 Note: this version depends on features available in iOS SDK versions 5.5.0 or later.
diff --git a/packages/cloud_firestore/pubspec.yaml b/packages/cloud_firestore/pubspec.yaml index 74dca29..dc5b73d 100755 --- a/packages/cloud_firestore/pubspec.yaml +++ b/packages/cloud_firestore/pubspec.yaml
@@ -3,7 +3,7 @@ live synchronization and offline support on Android and iOS. author: Flutter Team <flutter-dev@googlegroups.com> homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore -version: 0.8.0 +version: 0.8.1 flutter: plugin: