diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 02f17d9..2e1c40e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffe2b7..4013d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.2](https://github.com/fluencelabs/sqlite-wasm-connector/compare/marine-sqlite-connector-v0.8.1...marine-sqlite-connector-v0.8.2) (2023-04-27) + + +### Bug Fixes + +* **deps:** update rust crate bytesize to 1.2.0 ([#21](https://github.com/fluencelabs/sqlite-wasm-connector/issues/21)) ([3c45ea4](https://github.com/fluencelabs/sqlite-wasm-connector/commit/3c45ea414f6ee79eedbce409aaa50077d3c3d25c)) + ## [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) diff --git a/Cargo.toml b/Cargo.toml index 68d1631..0d8d188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marine-sqlite-connector" -version = "0.8.1" +version = "0.8.2" license = "Apache-2.0/MIT" authors = [ "Daniel Dulaney ",