diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f133d..5887e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 5.4.0 +- Added configurable border width and disable flag for the shadow on tapping + +Thanks to [JaseElder](https://github.com/JaseElder) + # 5.3.4 - Fix deprecated member 'primary' diff --git a/README.md b/README.md index 141cc82..cd43c6a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Follow these steps to use this package ```yaml dependencies: - group_button: ^5.3.4 + group_button: ^5.4.0 ``` ### Add import package diff --git a/pubspec.yaml b/pubspec.yaml index c836dbf..8151d86 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: group_button description: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons. -version: 5.3.4 +version: 5.4.0 homepage: https://github.com/Frezyx/group_button repository: https://github.com/Frezyx/group_button issue_tracker: https://github.com/Frezyx/group_button