diff --git a/CHANGELOG.md b/CHANGELOG.md index bca1e67..1c70789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/semiotic-ai/elric-rs/compare/v1.1.3...v1.1.4) (2023-08-14) + + +### Bug Fixes + +* **docker:** use slim instead of alpine for now ([b843f85](https://github.com/semiotic-ai/elric-rs/commit/b843f853ef77b8c807e6c16398ace8a7dbdbb4b3)) + ## [1.1.3](https://github.com/semiotic-ai/elric-rs/compare/v1.1.2...v1.1.3) (2023-08-14) diff --git a/Cargo.lock b/Cargo.lock index 5de5a28..1b8f74d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "elric-rs" -version = "1.1.3" +version = "1.1.4" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 4722325..a840d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elric-rs" -version = "1.1.3" +version = "1.1.4" edition = "2021" description = "A client for using substreams with Clickhouse database."