diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d211a..a44fdde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.2 + +- expose tx behavior + ## 0.4.1 - chores diff --git a/README.md b/README.md index 64e3b0b..2038d7a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ LibSQL Dart client library to interact with LibSQL/Turso database instance. ### Add it to your `pubspec.yaml`. ``` -libsql_dart: 0.4.1 +libsql_dart: 0.4.2 ``` ### Create the client diff --git a/pubspec.yaml b/pubspec.yaml index 78ab64a..b03afe1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: libsql_dart description: "LibSQL Dart client library to interact with LibSQL/Turso database instance." -version: 0.4.1 +version: 0.4.2 homepage: repository: https://github.com/dikatok/libsql_dart issue_tracker: https://github.com/dikatok/libsql_dart/issues