[camera] Ios support documentation  (#3335)

* updated README.md to notify about no < iOS10 support

* Version bump

* Improved explanation

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
diff --git a/packages/camera/camera/CHANGELOG.md b/packages/camera/camera/CHANGELOG.md
index cb8dfed..8a7c979 100644
--- a/packages/camera/camera/CHANGELOG.md
+++ b/packages/camera/camera/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.6.0+1
+
+Updated README to inform users that iOS 10.0+ is needed for use
+
 ## 0.6.0
 
 As part of implementing federated architecture and making the interface compatible with the web this version contains the following **breaking changes**:
diff --git a/packages/camera/camera/README.md b/packages/camera/camera/README.md
index 39d3ed8..f8a4b05 100644
--- a/packages/camera/camera/README.md
+++ b/packages/camera/camera/README.md
@@ -19,6 +19,8 @@
 
 ### iOS
 
+iOS 10.0 of higher is needed to use the camera plugin. If compiling for any version lower than 10.0 make sure to check the iOS version before using the camera plugin. For example, using the [device_info](https://pub.dev/packages/device_info) plugin.
+
 Add two rows to the `ios/Runner/Info.plist`:
 
 * one with the key `Privacy - Camera Usage Description` and a usage description.
diff --git a/packages/camera/camera/pubspec.yaml b/packages/camera/camera/pubspec.yaml
index 64d5bba..cc25133 100644
--- a/packages/camera/camera/pubspec.yaml
+++ b/packages/camera/camera/pubspec.yaml
@@ -2,7 +2,7 @@
 description: A Flutter plugin for getting information about and controlling the
   camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
   and streaming image buffers to dart.
-version: 0.6.0
+version: 0.6.0+1
 homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera
 
 dependencies: