diff --git a/CHANGELOG.md b/CHANGELOG.md index b89943e..50193fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## [2.1.0-beta+1] +## [2.1.0] * Add controller for Appbar to change tab index programmaticlly; * Support with framework's DefaultTabController and TabController; * Enable access to the ConvexAppBarState; +* Fix active tab position when using even menus; ## [2.0.3] diff --git a/pubspec.yaml b/pubspec.yaml index f7863b8..852b105 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: convex_bottom_bar description: A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported. -version: 2.1.0-beta+1 +version: 2.1.0 homepage: https://github.com/hacktons/convex_bottom_bar environment: