diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e58371..efd306a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.8.1] - 2025-01-16 + +### Miscellaneous Tasks + +- Update SDK to `0.7.0` ([#111](https://github.com/s2-streamstore/s2-cli/issues/111)) + ## [0.8.0] - 2025-01-13 ### Features diff --git a/Cargo.lock b/Cargo.lock index 343ee73..a2e1b0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1648,7 +1648,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.8.0" +version = "0.8.1" dependencies = [ "async-stream", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index a132d7d..640ecaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.8.0" +version = "0.8.1" edition = "2021" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]