Skip to content

Commit

Permalink
Bump version for v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Oct 25, 2024
1 parent 57d31be commit 7f34860
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.4.2

- Support Commanded v1.4.6 and EventStore v1.4.6

## v1.4.0

- Support [Commanded v1.4.0](https://github.com/commanded/commanded/blob/master/CHANGELOG.md#v140) with subscription concurrency ([#10](https://github.com/commanded/commanded-eventstore-adapter/pull/10)).

---

## v1.4.1

- Pass `opts` to `append_to_stream` function ([#14](https://github.com/commanded/commanded-eventstore-adapter/pull/14)).
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Commanded.EventStore.Adapters.EventStore.Mixfile do
use Mix.Project

@version "1.4.1"
@version "1.4.2"

def project do
[
Expand Down

0 comments on commit 7f34860

Please sign in to comment.