diff --git a/CHANGELOG.md b/CHANGELOG.md index 197dcdd..918044e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/semiotic-ai/elric-rs/compare/v1.0.3...v1.0.4) (2023-08-11) + + +### Bug Fixes + +* update application name in docker ([d98d353](https://github.com/semiotic-ai/elric-rs/commit/d98d35339ba9ac18ec3600e2aaaab7726b1cea4f)) + ## [1.0.3](https://github.com/semiotic-ai/elric-rs/compare/v1.0.2...v1.0.3) (2023-08-11) diff --git a/Cargo.lock b/Cargo.lock index d45134e..d10c193 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "elric-rs" -version = "1.0.3" +version = "1.0.4" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 40aee50..ca7fa4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elric-rs" -version = "1.0.3" +version = "1.0.4" edition = "2021" description = "A client for using substreams with Clickhouse database."