diff --git a/packages/integration_test/CHANGELOG.md b/packages/integration_test/CHANGELOG.md index a46fd4eab8b2..8c6f7abefca5 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 94839dbcbb9a..2daf3e543827 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: