From e561dfce6f7557c0aaa135e2319124267ebfec1c Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Thu, 18 Jan 2024 13:38:19 +0000 Subject: [PATCH] Include #14 in CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd9da4..bfae901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Next release + +- Pass `opts` to `append_to_stream` function ([#14](https://github.com/commanded/commanded-eventstore-adapter/pull/14)). + ## v1.4.0 - Support [Commanded v1.4.0](https://github.com/commanded/commanded/blob/master/CHANGELOG.md#v140) with subscription concurrency ([#10](https://github.com/commanded/commanded-eventstore-adapter/pull/10)).