Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 3, 2020
1 parent 2eb5cdb commit e5f0202
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ The `Unreleased` section name is replaced by the expected version of next releas
## [Unreleased]

### Added

- Prometheus integration package as `master` [#266](https://github.com/jet/equinox/pull/266) [#267](https://github.com/jet/equinox/pull/267)

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

- `MemoryStore`: Serialize `Committed` events to guarantee consumption in event `Index` order re [#265](https://github.com/jet/equinox/issues/265) [#269](https://github.com/jet/equinox/pull/269)
<a name="2.4.0"></a>
## [2.4.0] - 2020-12-03

### Added

- `Cosmos`: Prometheus integration package as `master` [#266](https://github.com/jet/equinox/pull/266) [#267](https://github.com/jet/equinox/pull/267)

### Fixed

- `MemoryStore`: Serialize `Committed` events to guarantee consumption in event `Index` order re [#265](https://github.com/jet/equinox/issues/265) [#269](https://github.com/jet/equinox/pull/269) pray: [@fnipo](https://github.com/fnipo)
- `Cosmos`: Fix defaulting for `compressUnfolds` in C# [#261](https://github.com/jet/equinox/pull/261)

<a name="2.3.0"></a>
Expand Down Expand Up @@ -443,7 +449,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.3.0...HEAD
[Unreleased]: https://github.com/jet/equinox/compare/2.4.0...HEAD
[2.4.0]: https://github.com/jet/equinox/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/jet/equinox/compare/2.3.0-rc2...2.3.0
[2.3.0-rc2]: https://github.com/jet/equinox/compare/2.3.0-rc1...2.3.0-rc2
[2.3.0-rc1]: https://github.com/jet/equinox/compare/2.2.0...2.3.0-rc1
Expand Down

0 comments on commit e5f0202

Please sign in to comment.