diff --git a/CHANGELOG.md b/CHANGELOG.md index f107870..6f7b175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.1] - 2024-12-13 + +### Features + +- Homebrew sync ([#71](https://github.com/s2-streamstore/s2-cli/issues/71)) + ## [0.5.0] - 2024-12-11 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 51a6046..4eff856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1621,7 +1621,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.5.0" +version = "0.5.1" dependencies = [ "async-stream", "base16ct", diff --git a/Cargo.toml b/Cargo.toml index 4036dee..22ba9ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]