Skip to content

Commit 0bf4f2e

Browse files
committed
Release 1.4.8
1 parent d441675 commit 0bf4f2e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v1.4.8
4+
5+
### Bug fixes
6+
7+
* Stream.stream_forward and Stream.stream_backward should handle gaps by @lachiemurray in https://github.com/commanded/eventstore/pull/297
8+
* Use event count based on the batch by @yordis in https://github.com/commanded/eventstore/pull/302
9+
* Remove status from sort_by options by @yordis in https://github.com/commanded/eventstore/pull/304
10+
* Start pubsub supervisor before subscriptions supervisor by @drteeth in https://github.com/commanded/eventstore/pull/300
11+
12+
### Enhancements
13+
14+
* Add documentation for deleting streams by @quarterpi in https://github.com/commanded/eventstore/pull/305
15+
316
## v1.4.7
417

518
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule EventStore.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/commanded/eventstore"
5-
@version "1.4.7"
5+
@version "1.4.8"
66

77
def project do
88
[

0 commit comments

Comments
 (0)