diff --git a/CHANGELOG.md b/CHANGELOG.md index e159c2c..b22cbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.21.1] - 2025-07-28 + +### Bug Fixes + +- Make csoa/csor flags ([#167](https://github.com/s2-streamstore/s2-cli/issues/167)) + ## [0.21.0] - 2025-07-28 ### Features diff --git a/Cargo.lock b/Cargo.lock index 4fcb18b..f694a22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1915,7 +1915,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.21.0" +version = "0.21.1" dependencies = [ "async-stream", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index ccc03df..d4c788a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.21.0" +version = "0.21.1" edition = "2024" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]