diff --git a/CHANGELOG.md b/CHANGELOG.md index f54b16f..f9e9cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4](https://github.com/wolf4ood/arcadedb-rs/compare/v0.0.3...v0.0.4) - 2024-09-26 + +### Other + +- fix ci +- bumped arcadedb to 24.6.1 +- *(deps)* update reqwest requirement from 0.11 to 0.12 ([#2](https://github.com/wolf4ood/arcadedb-rs/pull/2)) + ## [0.0.3](https://github.com/wolf4ood/arcadedb-rs/compare/v0.0.2...v0.0.3) - 2023-10-07 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index d938860..1c9e45c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arcadedb-rs" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "Apache-2.0" description= "A Rust client for ArcadeDB"