diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b41c3..120aa65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.19.2] - 2025-07-15 + +### Bug Fixes + +- Reconfigure-* ([#158](https://github.com/s2-streamstore/s2-cli/issues/158)) + ## [0.19.1] - 2025-07-04 ### Features diff --git a/Cargo.lock b/Cargo.lock index bded92f..834aa01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1915,7 +1915,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.19.1" +version = "0.19.2" dependencies = [ "async-stream", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index 00b1a0a..403c449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.19.1" +version = "0.19.2" edition = "2024" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]