diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b33ef..4798558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Changes to the project are tracked using build numbers behind the version number ## [Unreleased] +## [1.0.1+15] - 2024-10-07 + +- Feat: Upgraded surrealdb.wasm to 1.0.1. + ## [1.0.0-beta.22+14] - 2024-10-01 - Feat: Upgraded surrealdb.wasm to 1.0.0-beta.22. diff --git a/RELEASE.md b/RELEASE.md index 544c7dc..eff807c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1 @@ -- Feat: Upgraded surrealdb.wasm to 1.0.0-beta.22. -- Feat: Upgraded surrealdb_js to 1.0.1+7. -- Feat: Removed `SurrealWasmMutex` class as the issue [#87](https://github.com/surrealdb/surrealdb.wasm/issues/87) is likely resolved by PR [#107](https://github.com/surrealdb/surrealdb.wasm/pull/107). \ No newline at end of file +- Feat: Upgraded surrealdb.wasm to 1.0.1. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index da5d764..7cb3079 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: surrealdb_wasm description: Flutter SurrealDB WebAssembly(WASM) package -version: 1.0.0-beta.22 +version: 1.0.1 repository: https://github.com/limcheekin/surrealdb_wasm environment: @@ -10,7 +10,6 @@ environment: dependencies: flutter: sdk: flutter - mutex: ^3.1.0 surrealdb_js: ^1.0.1+7 dev_dependencies: