Skip to content

Commit b683d5c

Browse files
committed
Add changelog notes for v1.4.1
1 parent de7ddb4 commit b683d5c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ behind new EventStoreDB versions. You should not downgrade your Spear version
1111
in order to avoid these features: Spear aims to keep a stable interface usable
1212
across all EventStoreDB versions v20+.
1313

14+
## 1.4.1 - 2024-08-03
15+
16+
### Fixed
17+
18+
- Fixed the format of output returned by `Spear.append/3` when passing the
19+
option `raw?: true`.
20+
- Previously this function returned `:ok` with this option. It now returns
21+
`{:ok, AppendResp.t()}` with the append response record from the server.
22+
1423
## 1.4.0 - 2024-02-02
1524

1625
### Added

0 commit comments

Comments
 (0)