From c69f2d83879cb386b359c791674db1654504ecf0 Mon Sep 17 00:00:00 2001 From: Marc Sauter Date: Fri, 6 Oct 2023 15:32:47 +0200 Subject: [PATCH] chore: update changelog with 0.3.0 release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01eb265..f33d74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.3.0 (2023-10-06) + + +### Bug Fixes + +* **common**: Put with WithKeepAlive option now works as expected ([242ba2cf](https://github.com/postfinance/store/commit/242ba2cf)) +* **watcher**: use types instead of string ([4e308e13](https://github.com/postfinance/store/commit/4e308e13)) + + +### New Features + +* **common**: add WatchChan method ([3a62e64e](https://github.com/postfinance/store/commit/3a62e64e)) + > This method creates a watcher for a key or prefix and unmarshals events into channel. +* **common**: filter added ([c3dfed23](https://github.com/postfinance/store/commit/c3dfed23)) + + + ## 0.2.0 (2021-06-30)