diff --git a/CHANGELOG.md b/CHANGELOG.md index 221f04f..51062a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.8.0] - 2026-07-07 + ### Changed - feat: support async table loads and append mode diff --git a/Cargo.toml b/Cargo.toml index 20c7c9f..6a14756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata" -version = "0.7.0" +version = "0.8.0" authors = ["developers@hotdata.dev"] description = "Powerful data platform API for datasets, queries, and analytics." license = "MIT"