diff --git a/CHANGELOG.md b/CHANGELOG.md index af8ae80..68d053d 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.3.3] - 2026-06-19 + ### Changed - chore: remove datasets API and related job types @@ -22,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 same `RetryPolicy` budget as 429. Response-phase transport errors are left un-retried so a non-idempotent `POST` can't double-execute (#63). - ## [0.3.2] - 2026-06-18 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 793f68f..f20b410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata" -version = "0.3.2" +version = "0.3.3" authors = ["developers@hotdata.dev"] description = "Powerful data platform API for datasets, queries, and analytics." license = "MIT"