From b683d5c676e4725335107a5588e8372e4e6c4f8a Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sat, 3 Aug 2024 10:03:06 -0400 Subject: [PATCH] Add changelog notes for v1.4.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a84622..ee36f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ behind new EventStoreDB versions. You should not downgrade your Spear version in order to avoid these features: Spear aims to keep a stable interface usable across all EventStoreDB versions v20+. +## 1.4.1 - 2024-08-03 + +### Fixed + +- Fixed the format of output returned by `Spear.append/3` when passing the + option `raw?: true`. + - Previously this function returned `:ok` with this option. It now returns + `{:ok, AppendResp.t()}` with the append response record from the server. + ## 1.4.0 - 2024-02-02 ### Added