diff --git a/CHANGELOG.md b/CHANGELOG.md index 518e091..4f5c74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.25.3] - 2026-01-30 + + + ## [0.25.2] - 2026-01-27 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 67cc632..44cbc50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "s2-cli" -version = "0.25.2" +version = "0.25.3" dependencies = [ "assert_cmd", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 4987477..3e36f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "s2-cli" description = "CLI for S2" -version = "0.25.2" +version = "0.25.3" edition = "2024" license = "MIT" keywords = ["s2", "durable", "streams", "client", "cli"]