diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7e08ec6..ee2bfff 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4d24b..fcfe1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.9.2...marine-sqlite-connector-v0.9.3) (2023-12-26) + + +### Features + +* **update:** wasm sqlite 0.18.2 ([#50](https://github.com/fluencelabs/sqlite-wasm-connector/issues/50)) ([b0971a6](https://github.com/fluencelabs/sqlite-wasm-connector/commit/b0971a6a5a6eae97995ef99686c739c11ec0af97)) + ## [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) diff --git a/Cargo.toml b/Cargo.toml index 4bfc4cf..e579d24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.9.2" +version = "0.9.3" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",