diff --git a/CHANGELOG.md b/CHANGELOG.md index fdafa51..896747f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2026-06-30 + ### Added - Multipart uploads now survive transient per-part failures. A single part diff --git a/Cargo.toml b/Cargo.toml index df98fd4..20c7c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata" -version = "0.6.0" +version = "0.7.0" authors = ["developers@hotdata.dev"] description = "Powerful data platform API for datasets, queries, and analytics." license = "MIT"