diff --git a/CHANGELOG.md b/CHANGELOG.md index e92fbfe..e489023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/semiotic-ai/elric-rs/compare/v1.4.0...v1.4.1) (2024-07-03) + + +### Bug Fixes + +* update to use latest clickhouse version ([2fdc5fb](https://github.com/semiotic-ai/elric-rs/commit/2fdc5fb13d7950a828555ca268e7be6a16ecd4d5)) + ## [1.4.0](https://github.com/semiotic-ai/elric-rs/compare/v1.3.1...v1.4.0) (2023-09-18) diff --git a/Cargo.lock b/Cargo.lock index c770f8b..c0d65a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "elric-rs" -version = "1.4.0" +version = "1.4.1" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index fbbb2af..8813fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elric-rs" -version = "1.4.0" +version = "1.4.1" edition = "2021" description = "A client for using substreams with Clickhouse database."