diff --git a/CHANGELOG.md b/CHANGELOG.md index ac3976f7..290d1cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## 9.0.2-dev.3 +* Export `QuillSingleChildScrollView` + ## 9.0.2-dev.2 * Add the new translations for ru, uk arb files by [#1575](https://github.com/singerdmx/flutter-quill/pull/1575) * Add a new dropdown button by [#1575](https://github.com/singerdmx/flutter-quill/pull/1575) diff --git a/version.dart b/version.dart index cae3d861..35e82039 100644 --- a/version.dart +++ b/version.dart @@ -1 +1 @@ -const version = '9.0.2-dev.2'; +const version = '9.0.2-dev.3';