diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d186a..197dcdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/semiotic-ai/elric-rs/compare/v1.0.2...v1.0.3) (2023-08-11) + + +### Bug Fixes + +* update token lifetime ([0443b9a](https://github.com/semiotic-ai/elric-rs/commit/0443b9a4854216680146d3f5d86d790b34fa3f98)) + ## [1.0.2](https://github.com/semiotic-ai/elric-rs/compare/v1.0.1...v1.0.2) (2023-08-11) diff --git a/Cargo.lock b/Cargo.lock index 9855090..d45134e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "elric-rs" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 0144d8c..40aee50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elric-rs" -version = "1.0.2" +version = "1.0.3" edition = "2021" description = "A client for using substreams with Clickhouse database."