diff --git a/CHANGELOG.md b/CHANGELOG.md index b22cbb4..f969bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.22.0] - 2025-09-03 + +### Features + +- Support `Infinite` retention ([#170](https://github.com/s2-streamstore/s2-cli/issues/170)) + ## [0.21.1] - 2025-07-28 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 8ee276a..e440622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1915,7 +1915,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.21.1" +version = "0.22.0" dependencies = [ "async-stream", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index 3eecd5a..8b93dbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.21.1" +version = "0.22.0" edition = "2024" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]