diff --git a/CHANGELOG.md b/CHANGELOG.md index cba6c2f2..a6e5cc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.9.3 + +- ToDo + ## 0.9.2 - Added extra data parameter to GridIn class diff --git a/pubspec.yaml b/pubspec.yaml index 39b09e8e..ace84d90 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: mongo_dart -version: 0.9.2 +version: 0.9.3 description: MongoDB driver, implemented in pure Dart. All CRUD operations, aggregation pipeline and more! homepage: https://github.com/mongo-dart/mongo_dart