Skip to content

Commit

Permalink
Release 2.0.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Sep 7, 2019
1 parent 7a3f369 commit 495c80d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="2.0.0"></a>
<a name="2.0.0-rc6"></a>
## [2.0.0-rc6] - 2019-09-07

### Added

- EventStore: expose `Index` when decoding events via `IIndexedEvent` [#158](https://github.com/jet/equinox/pull/158)
Expand All @@ -17,10 +26,6 @@ The `Unreleased` section name is replaced by the expected version of next releas

- Updated to `FsCodec 1.0.0-rc2` to enable `TryDecode` to see `IIndexedEvent` without casting [#158](https://github.com/jet/equinox/pull/157)

### Removed
### Fixed

<a name="2.0.0"></a>
<a name="2.0.0-rc5"></a>
## [2.0.0-rc5] - 2019-08-30

Expand Down Expand Up @@ -272,7 +277,8 @@ The `Unreleased` section name is replaced by the expected version of next releas

(For information pertaining to earlier releases, see release notes in https://github.com/jet/equinox/releases and/or can someone please add it!)

[Unreleased]: https://github.com/jet/equinox/compare/2.0.0-rc5...HEAD
[Unreleased]: https://github.com/jet/equinox/compare/2.0.0-rc6...HEAD
[2.0.0-rc6]: https://github.com/jet/equinox/compare/2.0.0-rc5...2.0.0-rc6
[2.0.0-rc5]: https://github.com/jet/equinox/compare/2.0.0-rc4...2.0.0-rc5
[2.0.0-rc4]: https://github.com/jet/equinox/compare/2.0.0-rc3...2.0.0-rc4
[2.0.0-rc3]: https://github.com/jet/equinox/compare/2.0.0-rc2...2.0.0-rc3
Expand Down

0 comments on commit 495c80d

Please sign in to comment.