bump integration test to 1.0.0 (#3295)
diff --git a/packages/integration_test/CHANGELOG.md b/packages/integration_test/CHANGELOG.md
index a46fd4e..8c6f7ab 100644
--- a/packages/integration_test/CHANGELOG.md
+++ b/packages/integration_test/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.0
+
+* Public stable release of plugin.
+
## 0.9.3
* Update README to mention that only `testWidgets` is supported for declaring tests.
diff --git a/packages/integration_test/pubspec.yaml b/packages/integration_test/pubspec.yaml
index 94839db..2daf3e5 100644
--- a/packages/integration_test/pubspec.yaml
+++ b/packages/integration_test/pubspec.yaml
@@ -1,6 +1,6 @@
name: integration_test
description: Runs tests that use the flutter_test API as integration tests.
-version: 0.9.3
+version: 1.0.0
homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test
environment: