Skip to content

Commit

Permalink
Add changelog notes for v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Aug 3, 2024
1 parent de7ddb4 commit b683d5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b683d5c

Please sign in to comment.