diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c6778..1ee2288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.0-beta.2 (2023-08-01) +- minor fixes +- updates README + ## 0.8.0-beta.1 (2023-07-31) - adds `active` to all constructors - closes [#30](https://github.com/splashbyte/animated_toggle_switch/issues/30) diff --git a/pubspec.yaml b/pubspec.yaml index 35a3c6b..dd1e98a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: animated_toggle_switch description: Fully customizable, draggable and animated switch with multiple choices and smooth loading animation. It has prebuilt constructors for rolling and size animations. -version: 0.8.0-beta.1 +version: 0.8.0-beta.2 repository: https://github.com/SplashByte/animated_toggle_switch issue_tracker: https://github.com/SplashByte/animated_toggle_switch/issues