Skip to content

Commit

Permalink
Include upgrade advice for release v0.14.0 in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
slashdotdash committed Oct 8, 2017
1 parent ac70eaa commit 6f61018
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
- Include custom metadata during command dispatch ([#61](https://github.com/slashdotdash/commanded/issues/61)).
- Validate command dispatch registration in router ([59](https://github.com/slashdotdash/commanded/issues/59)).

### Upgrading

Using the Elixir [EventStore](https://github.com/slashdotdash/eventstore) with Commabded? Please ensure you upgrade the following dependencies:

- `eventstore` to [v0.11.0](https://hex.pm/packages/eventstore)
- `commanded_eventstore_adapter` to [v0.2.0](https://hex.pm/packages/commanded_eventstore_adapter)

## v0.13.0

### Enhancements
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Provides support for:
- Event handling.
- Long running process managers.

Use with one of the following event stores for persistence:
You can use Commanded with one of the following event stores for persistence:

- [EventStore](https://github.com/slashdotdash/eventstore) Elixir library, using PostgreSQL for persistence
- Greg Young's [Event Store](https://geteventstore.com/).

Please refer to the [CHANGELOG](CHANGELOG.md) for features, bug fixes, and any upgrade advice included for each release.

---

- [Changelog](CHANGELOG.md)
Expand Down

0 comments on commit 6f61018

Please sign in to comment.