diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddbe9c..3108176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3.0 +* Added option for backwards infinite scrolling and intial page + ## 0.1.0 * add opacity as an option to the card transform diff --git a/pubspec.yaml b/pubspec.yaml index ccfef85..f0177f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: carousel description: card carousel -version: 0.2.0 +version: 0.3.0 environment: sdk: ">=2.17.6 <3.0.0"