From 2b22be9e7ea4d3fc18e94e411478ae3b2350f0ec Mon Sep 17 00:00:00 2001 From: Vaibhav Rabber Date: Tue, 28 Jan 2025 20:20:40 +0530 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bebc24c..dc29053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [v0.3.0] - 2025-01-28 + +### Features + +- Add `s2-bentobox` package ([#36](https://github.com/s2-streamstore/s2-sdk-go/issues/36)) +- *(bento)* Support configurable update list interval ([#38](https://github.com/s2-streamstore/s2-sdk-go/issues/38)) + +### Bug Fixes + +- *(bento)* Handle acks without restarting the read session ([#39](https://github.com/s2-streamstore/s2-sdk-go/issues/39)) + ## [v0.2.1] - 2025-01-21 ### Features