diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7d9b009..78e7f27 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9293ab0..f032804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.11.0](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.10.0...marine-sqlite-connector-v0.11.0) (2024-02-22) + + +### ⚠ BREAKING CHANGES + +* **deps:** update marine-rs-sdk ([#58](https://github.com/fluencelabs/sqlite-wasm-connector/issues/58)) + +### Bug Fixes + +* **deps:** update marine-rs-sdk ([#58](https://github.com/fluencelabs/sqlite-wasm-connector/issues/58)) ([6b1e8d7](https://github.com/fluencelabs/sqlite-wasm-connector/commit/6b1e8d7b3c8c2669381ed31ee182ee72f1f21f0d)) + ## [0.10.0](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.4...marine-sqlite-connector-v0.10.0) (2024-02-14) diff --git a/Cargo.toml b/Cargo.toml index 2f90634..6074079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.10.0" +version = "0.11.0" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",