From a03fb3c3387fd21e7e3987cce95bf4f1efc140a9 Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Fri, 11 Aug 2023 13:45:43 -0300 Subject: [PATCH] chore(main): release 1.0.3 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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."