From e742351606ba8aeed80a87dd42e1d9217bc4a372 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:03:26 +0200 Subject: [PATCH] chore(master): release marine-sqlite-connector 0.9.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index b28fea99..7e08ec6a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d93443a0..1c4d24ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.2](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.1...marine-sqlite-connector-v0.9.2) (2023-12-19) + + +### Features + +* update marine sdk's and config ([#47](https://github.com/fluencelabs/sqlite-wasm-connector/issues/47)) ([dc8decc](https://github.com/fluencelabs/sqlite-wasm-connector/commit/dc8decc61f7370ad1eb436a0153b578fbf87f514)) + ## [0.9.1](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.0...marine-sqlite-connector-v0.9.1) (2023-10-24) diff --git a/Cargo.toml b/Cargo.toml index 01dfb0e1..c8d1c514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.9.1" +version = "0.9.2" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",