diff --git a/CHANGELOG.md b/CHANGELOG.md index 098ab4a..f21c7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.6.0 + +- chore: sync min Dart SDK with min Flutter SDK ([#70](https://github.com/VeryGoodOpenSource/mockingjay/pull/70)) +- chore: tighten dependencies ([#74](https://github.com/VeryGoodOpenSource/mockingjay/pull/74)) + # 0.5.0 **Note**: This release supports [Flutter 3.16.0](https://docs.flutter.dev/release/release-notes/release-notes-3.16.0), for migration details see the [release notes](https://github.com/VeryGoodOpenSource/mockingjay/releases/tag/v0.5.0). diff --git a/pubspec.yaml b/pubspec.yaml index 8490adb..a727178 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: 0.5.0 +version: 0.6.0 homepage: https://github.com/VeryGoodOpenSource/mockingjay environment: