diff --git a/CHANGELOG.md b/CHANGELOG.md index e8efcd4..ec1c4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6] - 2026-05-29 +### Added + +- `default_catalog` and `default_schema` fields on `QueryRequest` to control how unqualified table references resolve within an `X-Database-Id` scope. ## [0.2.5] - 2026-05-27 diff --git a/pyproject.toml b/pyproject.toml index 0f99f31..67f7f82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hotdata" -version = "0.2.5" +version = "0.2.6" description = "Hotdata API" authors = [ {name = "Hotdata",email = "developers@hotdata.dev"},