Skip to content

Commit c39dca2

Browse files
committed
chore: improve changelog notes for v0.2.1
1 parent 8de34cc commit c39dca2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [0.2.1] - 2026-05-24
1212

13-
### Changed
13+
### Added
1414

15-
- Release 0.2.1
15+
- `execute_sql` accepts an optional `database` keyword argument. When provided, the database name is resolved to an ID and sent as the `X-Database-Id` header so SQL can reference managed database tables as `"default"."<schema>"."<table>"`. Behaviour is unchanged when `database` is omitted.
1616

1717
## [0.2.0] - 2026-05-24
1818

0 commit comments

Comments
 (0)