diff --git a/CHANGELOG.md b/CHANGELOG.md index 8899bdd..0d355ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.0.0 + +**Note**: This release supports [Flutter 3.32.0](https://docs.flutter.dev/release/release-notes/release-notes-3.32.0), for migration details see the [release notes](https://github.com/VeryGoodOpenSource/mockingjay/releases/tag/v2.0.0). + +- chore!: upgrade to Flutter 3.32.0 ([#98](https://github.com/VeryGoodOpenSource/mockingjay/pull/98)) + # 1.0.0 **Note**: This release supports [Flutter 3.29.0](https://docs.flutter.dev/release/release-notes/release-notes-3.29.0). Contains a breaking change, where the `isRoute` `named` parameter has reached the full deprecation cycle. diff --git a/pubspec.yaml b/pubspec.yaml index 8c57f82..c4907f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mockingjay description: A package that makes it easy to mock, test and verify navigation calls in Flutter. -version: 1.0.0 +version: 2.0.0 homepage: https://github.com/VeryGoodOpenSource/mockingjay environment: