diff --git a/CHANGELOG.md b/CHANGELOG.md index fb669f2..a2f21ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.6.4] - 2024-12-23 + +### Documentation + +- Update README S2 doc link ([#92](https://github.com/s2-streamstore/s2-cli/issues/92)) + ## [0.6.3] - 2024-12-19 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 67069c4..e534775 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,7 +1654,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-stream", "base16ct", diff --git a/Cargo.toml b/Cargo.toml index df1ab2b..34e8760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.6.3" +version = "0.6.4" edition = "2021" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]