From e5f02026a669ab3daf5f73a368e04be7f4d6a1ee Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Thu, 3 Dec 2020 10:24:34 +0000 Subject: [PATCH] Release 2.4.0 --- CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c0c00fa..0ee4032ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + +## [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) @@ -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