diff --git a/sqflite_common/CHANGELOG.md b/sqflite_common/CHANGELOG.md index 8d8f3ba5..63d7496d 100644 --- a/sqflite_common/CHANGELOG.md +++ b/sqflite_common/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.5.3 + +* Export `databaseId` and `transactionId` in logger events. + ## 2.5.2-1 * Start support for rolled back transaction by an inner statement. diff --git a/sqflite_common/pubspec.yaml b/sqflite_common/pubspec.yaml index f311f03c..30826cce 100644 --- a/sqflite_common/pubspec.yaml +++ b/sqflite_common/pubspec.yaml @@ -1,7 +1,7 @@ name: sqflite_common homepage: https://github.com/tekartik/sqflite/tree/master/sqflite_common description: Dart wrapper on SQLite, a self-contained, high-reliability, embedded, SQL database engine. -version: 2.5.2-1 +version: 2.5.3 funding: - https://github.com/sponsors/alextekartik