Skip to content

Commit

Permalink
Release 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Mar 6, 2025
1 parent d441675 commit 0bf4f2e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.4.8

### Bug fixes

* Stream.stream_forward and Stream.stream_backward should handle gaps by @lachiemurray in https://github.com/commanded/eventstore/pull/297
* Use event count based on the batch by @yordis in https://github.com/commanded/eventstore/pull/302
* Remove status from sort_by options by @yordis in https://github.com/commanded/eventstore/pull/304
* Start pubsub supervisor before subscriptions supervisor by @drteeth in https://github.com/commanded/eventstore/pull/300

### Enhancements

* Add documentation for deleting streams by @quarterpi in https://github.com/commanded/eventstore/pull/305

## v1.4.7

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EventStore.Mixfile do
use Mix.Project

@source_url "https://github.com/commanded/eventstore"
@version "1.4.7"
@version "1.4.8"

def project do
[
Expand Down

0 comments on commit 0bf4f2e

Please sign in to comment.