From 07eebec55bd29637b35ddc8ceb4f6188cf057846 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Thu, 16 Sep 2021 10:30:56 +0100 Subject: [PATCH] Release 3.0.3 --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 842c5610f..671887237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Added ### Changed - -- `EventStore`: Add `customize` hook to `Connector` [#286](https://github.com/jet/equinox/pull/286) (cherry-pick from `2.6.0`) - ### Removed ### Fixed + +## [3.0.3] - 2021-09-16 + +### Changed + +- `EventStore`: Add `customize` hook to `Connector` [#286](https://github.com/jet/equinox/pull/286) (cherry-pick from `2.6.0`) + ## [3.0.1] - 2021-09-13 @@ -618,7 +622,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/3.0.2...HEAD +[Unreleased]: https://github.com/jet/equinox/compare/3.0.3...HEAD +[3.0.3]: https://github.com/jet/equinox/compare/3.0.2...3.0.3 [3.0.2]: https://github.com/jet/equinox/compare/3.0.1...3.0.2 [3.0.1]: https://github.com/jet/equinox/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/jet/equinox/compare/3.0.0-beta.4...3.0.0