diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7f582..db7145e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.0.5] +* Replace deprecated EnumProperty with DiagnosticsProperty + (https://github.com/shyndman/flutter_layout_grid/pull/95), courtesy of + [@Kristijan505](https://github.com/Kristijan505) + ## [2.0.4] * Fix https://github.com/shyndman/flutter_layout_grid/issues/91 diff --git a/pubspec.yaml b/pubspec.yaml index aae0a09..07767a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_layout_grid description: A powerful grid layout system for Flutter, optimized for complex user interface design. -version: 2.0.4 +version: 2.0.5 homepage: https://github.com/shyndman/flutter_layout_grid environment: