From 925188078d1a0b7cd2ddbafa3bb9a3eb3d9fd56a Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 2 Sep 2019 13:16:06 -0400 Subject: [PATCH] 2.0.4 hotfix --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d65fa20..2a97dbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.0.3 +* Add null-coalescing check when processing queries: https://github.com/angel-dart/mongo/pull/12 + # 2.0.2 * Fix flaw where clients could remove all records, even if `allowRemoveAll` were `false`. @@ -6,4 +9,4 @@ # 2.0.0- * Delete `mongo_service_typed`. -* Update for Angel 2. \ No newline at end of file +* Update for Angel 2. diff --git a/pubspec.yaml b/pubspec.yaml index 512ab659..4b9a9e42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_mongo -version: 2.0.2 +version: 2.0.3 description: MongoDB-enabled services for the Angel framework. Well-tested. author: Tobe O homepage: https://github.com/angel-dart/angel_mongo