From 01a44caf1e116025104a84e4c551d0e860bea1b6 Mon Sep 17 00:00:00 2001 From: Chris Edgington Date: Sun, 26 Sep 2021 21:03:52 +0100 Subject: [PATCH] Updated version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21ea43..4c86d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.9] +* Added ability to listen to and query button status from the controller + ## [2.0.8] * Added success and error icons parameters * Added completion curve and duration parameters diff --git a/pubspec.yaml b/pubspec.yaml index b67b95c..771bc42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rounded_loading_button description: A simple implementation of an animated loading button widget for Flutter -version: 2.0.8 +version: 2.0.9 homepage: https://github.com/chrisedg87/flutter_rounded_loading_button environment: