diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 64f3cdd..02f17d9 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3ffe2b7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.8.1](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.8.0...marine-sqlite-connector-v0.8.1) (2023-04-18) + + +### Bug Fixes + +* **deps:** update rust crate marine-rs-sdk to 0.7.1 ([#17](https://github.com/fluencelabs/sqlite-wasm-connector/issues/17)) ([3160f35](https://github.com/fluencelabs/sqlite-wasm-connector/commit/3160f35e5feba6a85401451237c85229de373c9a)) diff --git a/Cargo.toml b/Cargo.toml index 1827b2f..14028f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.8.0" +version = "0.8.1" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",