diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a8e27..b5f1646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Added +- query/bind: support `Option` in `query.bind(arg)` ([#119], [#120]). + +[#119]: https://github.com/ClickHouse/clickhouse.rs/issues/119 +[#120]: https://github.com/ClickHouse/clickhouse.rs/pull/120 ## [0.12.0] - 2024-07-16 ### Added