diff --git a/CHANGELOG.md b/CHANGELOG.md index eb90799f..8d20701e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.9.5] - 08-Dec-2020 + +- Fixed bug where `FocusNode` was not being properly disposed. +- Applied `pedantic` rules and cleaned up code. + - Improved type safety. + - Removed unused `AlwaysDisabledFocusNode` class. +- Added Continuous Integration and Code Coverage analysis. + - Builds against stable, beta, and dev channels. +- Regenerated `example` app. + ## [1.9.4] - 05-Sept-2020 * Fix bug where first chip disappears, replaced with typed character. Fixes #34 diff --git a/pubspec.yaml b/pubspec.yaml index 54a7db17..caf85587 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: flutter_chips_input description: Flutter library for building input fields with InputChips as input options. -version: 1.9.4 +version: 1.9.5 homepage: https://github.com/danvick/flutter_chips_input environment: - sdk: ">=2.6.0 <3.0.0" + sdk: ">=2.7.0 <3.0.0" dependencies: flutter: