diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7e01f..ee0f4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.0.4+8 - May, 2024 +Hacked around a bug in tests related to render objects still being dirty after the test finishes. + # 0.0.4+7 - Nov, 2023 Added a `FunctionalAligner` for easier aligner implementations. diff --git a/pubspec.yaml b/pubspec.yaml index 2f92c5a..1898400 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Widgets that follow other widgets. homepage: https://github.com/Flutter-Bounty-Hunters/follow_the_leader repository: https://github.com/Flutter-Bounty-Hunters/follow_the_leader -version: 0.0.4+7 +version: 0.0.4+8 environment: sdk: ">=2.15.0 <4.0.0"