diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bda3f5..ca60a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.8...v0.1.9) - 2024-12-04 + +### Other + +- Update dependecies ([#74](https://github.com/FalkorDB/falkordb-rs/pull/74)) +- Fix async connection leak and co ([#72](https://github.com/FalkorDB/falkordb-rs/pull/72)) + ## [0.1.8](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.7...v0.1.8) - 2024-11-14 ### Other diff --git a/Cargo.lock b/Cargo.lock index 1447f9f..65ea237 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "falkordb" -version = "0.1.8" +version = "0.1.9" dependencies = [ "approx", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index f4011e5..a0f04c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falkordb" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "A FalkorDB Rust client" homepage = "https://www.falkordb.com/"