diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb8555..f99d756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/timeplus-io/proton-rust-client/compare/v0.1.1...v0.1.2) - 2024-07-18 + +### Other +- Update clickhouse-derive requirement from 0.1 to 0.2 ([#8](https://github.com/timeplus-io/proton-rust-client/pull/8)) +- Update clickhouse requirement from 0.11 to 0.12 ([#9](https://github.com/timeplus-io/proton-rust-client/pull/9)) + ## [0.1.1](https://github.com/timeplus-io/proton-rust-client/compare/v0.1.0...v0.1.1) - 2024-02-14 ### Other diff --git a/Cargo.toml b/Cargo.toml index 2224380..7bf1496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proton_client" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.65" readme = "README.md"